Html Css Color HEX #CB5ECC Fuchsia

📋 copy color: '#CB5ECC'

red 203 ◦ green 94 ◦ blue 204

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

Shades of Fuchsia #CB5ECC

Tints of Fuchsia #CB5ECC

RGB

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

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

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

R = 40.52%
G = 18.76%
B = 40.72%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB5ECC (or 0xCB5ECC) is known color: Fuchsia. HEX triplet: CB, 5E and CC. RGB value is (203,94,204). Sum of RGB (Red+Green+Blue) = 203+94+204=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ECC is #34A133. Grayscale: #8A8A8A. Windows color (decimal): -3449140 or 13393611. OLE color: 13393611.

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

Color convert

RGB 203 94 204 -
CMYK 0.00 0.54 0 0.2
HSL 299.45º 0.52% 0.58% -
HSV(B) 299.45º 0.54% 0.8% -
XYZ 39.53 25.06 59.88 -
YUV 139.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 203 94 204 0.00 0.54 0 0.2 299.45 0.52 0.58
Hex CB 5E CC 0 36 0 14 12B 34 3A
Octal 313 136 314 0 66 0 24 453 64 72
Binary 11001011 1011110 11001100 0 110110 0 10100 100101011 110100 111010

Color Harmonies of #CB5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ECC

Black with #CB5ECC

Text Example


Text Example

White with #CB5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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