Html Css Color HEX #CC53C4 Fuchsia

📋 copy color: '#CC53C4'

red 204 ◦ green 83 ◦ blue 196

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

Shades of Fuchsia #CC53C4

Tints of Fuchsia #CC53C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 42.24%
G = 17.18%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC53C4 (or 0xCC53C4) is known color: Fuchsia. HEX triplet: CC, 53 and C4. RGB value is (204,83,196). Sum of RGB (Red+Green+Blue) = 204+83+196=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53C4 is #33AC3B. Grayscale: #838383. Windows color (decimal): -3386428 or 12866508. OLE color: 12866508.

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

Color convert

RGB 204 83 196 -
CMYK 0 0.59 0.04 0.2
HSL 303.97º 0.54% 0.56% -
HSV(B) 303.97º 0.59% 0.8% -
XYZ 37.96 23.01 54.67 -
YUV 132.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 204 83 196 0 0.59 0.04 0.2 303.97 0.54 0.56
Hex CC 53 C4 0 3B 4 14 130 36 38
Octal 314 123 304 0 73 4 24 460 66 70
Binary 11001100 1010011 11000100 0 111011 100 10100 100110000 110110 111000

Color Harmonies of #CC53C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53C4

Black with #CC53C4

Text Example


Text Example

White with #CC53C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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