Html Css Color HEX #CB5FCC Fuchsia

📋 copy color: '#CB5FCC'

red 203 ◦ green 95 ◦ blue 204

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

Shades of Fuchsia #CB5FCC

Tints of Fuchsia #CB5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

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

R = 40.44%
G = 18.92%
B = 40.64%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB5FCC (or 0xCB5FCC) is known color: Fuchsia. HEX triplet: CB, 5F and CC. RGB value is (203,95,204). Sum of RGB (Red+Green+Blue) = 203+95+204=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FCC is #34A033. Grayscale: #8B8B8B. Windows color (decimal): -3448884 or 13393867. OLE color: 13393867.

HSL color Cylindrical-coordinate representation of color #CB5FCC: hue angle of 299.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5FCC is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 95 204 -
CMYK 0.00 0.53 0 0.2
HSL 299.45º 0.52% 0.59% -
HSV(B) 299.45º 0.53% 0.8% -
XYZ 39.62 25.24 59.91 -
YUV 139.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 203 95 204 0.00 0.53 0 0.2 299.45 0.52 0.59
Hex CB 5F CC 0 35 0 14 12B 34 3B
Octal 313 137 314 0 65 0 24 453 64 73
Binary 11001011 1011111 11001100 0 110101 0 10100 100101011 110100 111011

Color Harmonies of #CB5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FCC

Black with #CB5FCC

Text Example


Text Example

White with #CB5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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