Html Css Color HEX #CC53BD Fuchsia

📋 copy color: '#CC53BD'

red 204 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #CC53BD

Tints of Fuchsia #CC53BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 42.86%
G = 17.44%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC53BD (or 0xCC53BD) is known color: Fuchsia. HEX triplet: CC, 53 and BD. RGB value is (204,83,189). Sum of RGB (Red+Green+Blue) = 204+83+189=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53BD is #33AC42. Grayscale: #828282. Windows color (decimal): -3386435 or 12407756. OLE color: 12407756.

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

Color convert

RGB 204 83 189 -
CMYK 0 0.59 0.07 0.2
HSL 307.44º 0.54% 0.56% -
HSV(B) 307.44º 0.59% 0.8% -
XYZ 37.18 22.7 50.57 -
YUV 131.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 204 83 189 0 0.59 0.07 0.2 307.44 0.54 0.56
Hex CC 53 BD 0 3B 7 14 133 36 38
Octal 314 123 275 0 73 7 24 463 66 70
Binary 11001100 1010011 10111101 0 111011 111 10100 100110011 110110 111000

Color Harmonies of #CC53BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53BD

Black with #CC53BD

Text Example


Text Example

White with #CC53BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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