Html Css Color HEX #CB5CCC Fuchsia

📋 copy color: '#CB5CCC'

red 203 ◦ green 92 ◦ blue 204

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

Shades of Fuchsia #CB5CCC

Tints of Fuchsia #CB5CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 40.68%
G = 18.44%
B = 40.88%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB5CCC (or 0xCB5CCC) is known color: Fuchsia. HEX triplet: CB, 5C and CC. RGB value is (203,92,204). Sum of RGB (Red+Green+Blue) = 203+92+204=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CCC is #34A333. Grayscale: #898989. Windows color (decimal): -3449652 or 13393099. OLE color: 13393099.

HSL color Cylindrical-coordinate representation of color #CB5CCC: hue angle of 299.46º 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 #CB5CCC is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 92 204 -
CMYK 0.00 0.55 0 0.2
HSL 299.46º 0.52% 0.58% -
HSV(B) 299.46º 0.55% 0.8% -
XYZ 39.35 24.71 59.82 -
YUV 137.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 203 92 204 0.00 0.55 0 0.2 299.46 0.52 0.58
Hex CB 5C CC 0 37 0 14 12B 34 3A
Octal 313 134 314 0 67 0 24 453 64 72
Binary 11001011 1011100 11001100 0 110111 0 10100 100101011 110100 111010

Color Harmonies of #CB5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CCC

Black with #CB5CCC

Text Example


Text Example

White with #CB5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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