Html Css Color HEX #CB5CC9 Fuchsia

📋 copy color: '#CB5CC9'

red 203 ◦ green 92 ◦ blue 201

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

Shades of Fuchsia #CB5CC9

Tints of Fuchsia #CB5CC9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

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

R = 40.93%
G = 18.55%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB5CC9 (or 0xCB5CC9) is known color: Fuchsia. HEX triplet: CB, 5C and C9. RGB value is (203,92,201). Sum of RGB (Red+Green+Blue) = 203+92+201=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CC9 is #34A336. Grayscale: #898989. Windows color (decimal): -3449655 or 13196491. OLE color: 13196491.

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

Color convert

RGB 203 92 201 -
CMYK 0 0.55 0.01 0.20
HSL 301.08º 0.52% 0.58% -
HSV(B) 301.08º 0.55% 0.8% -
XYZ 39 24.57 57.94 -
YUV 137.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 203 92 201 0 0.55 0.01 0.20 301.08 0.52 0.58
Hex CB 5C C9 0 37 1 14 12D 34 3A
Octal 313 134 311 0 67 1 24 455 64 72
Binary 11001011 1011100 11001001 0 110111 1 10100 100101101 110100 111010

Color Harmonies of #CB5CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CC9

Black with #CB5CC9

Text Example


Text Example

White with #CB5CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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