Html Css Color HEX #CB2EC9 Fuchsia

📋 copy color: '#CB2EC9'

red 203 ◦ green 46 ◦ blue 201

#CB2EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB2EC9

Tints of Fuchsia #CB2EC9

RGB

 RED value IS 203 (79.69% from 255) = 45.11%

 GREEN value IS 46 (18.36% from 255) = 10.22%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 45.11%
G = 10.22%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB2EC9 (or 0xCB2EC9) is known color: Fuchsia. HEX triplet: CB, 2E and C9. RGB value is (203,46,201). Sum of RGB (Red+Green+Blue) = 203+46+201=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EC9 is #34D136. Grayscale: #6E6E6E. Windows color (decimal): -3461431 or 13184715. OLE color: 13184715.

HSL color Cylindrical-coordinate representation of color #CB2EC9: hue angle of 300.76º 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 #CB2EC9 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 201 -
CMYK 0 0.77 0.01 0.20
HSL 300.76º 0.63% 0.49% -
HSV(B) 300.76º 0.77% 0.8% -
XYZ 36.15 18.87 56.99 -
YUV 110.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 203 46 201 0 0.77 0.01 0.20 300.76 0.63 0.49
Hex CB 2E C9 0 4D 1 14 12D 3F 31
Octal 313 56 311 0 115 1 24 455 77 61
Binary 11001011 101110 11001001 0 1001101 1 10100 100101101 111111 110001

Color Harmonies of #CB2EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EC9

Black with #CB2EC9

Text Example


Text Example

White with #CB2EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EC9; }

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

 H1.HeaderClassName
 {
   color: #CB2EC9;
 }
 .AnyTagClassName
 {
   color: #CB2EC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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