#cb2eaf

Color #CB2EAF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB2EAF

Tints of Fuchsia #CB2EAF

Color information

#CB2EAF (or 0xCB2EAF) is unknown color: approx Fuchsia. HEX triplet: CB, 2E and AF. RGB value is (203,46,175). Sum of RGB (Red+Green+Blue) = 203+46+175=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2EAF is #34D150. Grayscale: #6B6B6B. Windows color (decimal): -3461457 or 11480779. OLE color: 11480779.

HSL color Cylindrical-coordinate representation of color #CB2EAF: hue angle of 310.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2EAF is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20346175-
CMYK00.770.140.20
HSL310.7º63.05%48.82%-
HSV(B)310.7º77.34%79.61%-
XYZ33.3417.7542.23-
YUV107.65166.01196.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 46 (18.36% from 255) = 10.85%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=47.88%
G=10.85%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034617500.770.140.20310.763.0548.82
HexCB2EAF04DE141373f31
Octal31356257011516244677761
Binary110010111011101010111101001101111010100100110111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb2eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb2eaf; }

 p { color: rgb(203,46,175); }

 H1.HeaderClassName
 {
   color: #cb2eaf;
 }
 .AnyTagClassName
 {
   color: #cb2eaf;
 }
</style>
background-color css

<style>
 a { background-color: #cb2eaf; }

 a { background-color: rgb(203,46,175); }

 div.DivClassName
 {
   background-color: #cb2eaf;
 }
 .BgClassName
 {
   background-color: #cb2eaf;
 }
</style>
border-color css

<style>
 span { border-color: #cb2eaf; }

 span { border-color: rgb(203,46,175); }

 td.TdClassName
 {
   border-color: #cb2eaf;
 }
 .TagClassName
 {
   border-color: #cb2eaf;
 }
</style>