Html Css Color HEX #CC53CB Fuchsia

📋 copy color: '#CC53CB'

red 204 ◦ green 83 ◦ blue 203

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

Shades of Fuchsia #CC53CB

Tints of Fuchsia #CC53CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

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

R = 41.63%
G = 16.94%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC53CB (or 0xCC53CB) is known color: Fuchsia. HEX triplet: CC, 53 and CB. RGB value is (204,83,203). Sum of RGB (Red+Green+Blue) = 204+83+203=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53CB is #33AC34. Grayscale: #848484. Windows color (decimal): -3386421 or 13325260. OLE color: 13325260.

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

Color convert

RGB 204 83 203 -
CMYK 0 0.59 0.00 0.2
HSL 300.5º 0.54% 0.56% -
HSV(B) 300.5º 0.59% 0.8% -
XYZ 38.77 23.34 58.96 -
YUV 132.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 204 83 203 0 0.59 0.00 0.2 300.5 0.54 0.56
Hex CC 53 CB 0 3B 0 14 12C 36 38
Octal 314 123 313 0 73 0 24 454 66 70
Binary 11001100 1010011 11001011 0 111011 0 10100 100101100 110110 111000

Color Harmonies of #CC53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53CB

Black with #CC53CB

Text Example


Text Example

White with #CC53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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