Html Css Color HEX #CC5DCB Fuchsia

📋 copy color: '#CC5DCB'

red 204 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #CC5DCB

Tints of Fuchsia #CC5DCB

RGB

 RED value IS 204 (80.08% from 255) = 40.8%

 GREEN value IS 93 (36.72% from 255) = 18.6%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 40.8%
G = 18.6%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC5DCB (or 0xCC5DCB) is known color: Fuchsia. HEX triplet: CC, 5D and CB. RGB value is (204,93,203). Sum of RGB (Red+Green+Blue) = 204+93+203=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DCB is #33A234. Grayscale: #8A8A8A. Windows color (decimal): -3383861 or 13327820. OLE color: 13327820.

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

Color convert

RGB 204 93 203 -
CMYK 0 0.54 0.00 0.2
HSL 300.54º 0.52% 0.58% -
HSV(B) 300.54º 0.54% 0.8% -
XYZ 39.6 24.98 59.23 -
YUV 138.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 204 93 203 0 0.54 0.00 0.2 300.54 0.52 0.58
Hex CC 5D CB 0 36 0 14 12D 34 3A
Octal 314 135 313 0 66 0 24 455 64 72
Binary 11001100 1011101 11001011 0 110110 0 10100 100101101 110100 111010

Color Harmonies of #CC5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DCB

Black with #CC5DCB

Text Example


Text Example

White with #CC5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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