Html Css Color HEX #CB5EC9 Fuchsia

📋 copy color: '#CB5EC9'

red 203 ◦ green 94 ◦ blue 201

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

Shades of Fuchsia #CB5EC9

Tints of Fuchsia #CB5EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

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

R = 40.76%
G = 18.88%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB5EC9 (or 0xCB5EC9) is known color: Fuchsia. HEX triplet: CB, 5E and C9. RGB value is (203,94,201). Sum of RGB (Red+Green+Blue) = 203+94+201=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC9 is #34A136. Grayscale: #8A8A8A. Windows color (decimal): -3449143 or 13197003. OLE color: 13197003.

HSL color Cylindrical-coordinate representation of color #CB5EC9: hue angle of 301.1º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5EC9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 201 -
CMYK 0 0.54 0.01 0.20
HSL 301.1º 0.51% 0.58% -
HSV(B) 301.1º 0.54% 0.8% -
XYZ 39.17 24.92 58 -
YUV 138.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 203 94 201 0 0.54 0.01 0.20 301.1 0.51 0.58
Hex CB 5E C9 0 36 1 14 12D 33 3A
Octal 313 136 311 0 66 1 24 455 63 72
Binary 11001011 1011110 11001001 0 110110 1 10100 100101101 110011 111010

Color Harmonies of #CB5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EC9

Black with #CB5EC9

Text Example


Text Example

White with #CB5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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