Html Css Color HEX #CC57C2 Fuchsia

📋 copy color: '#CC57C2'

red 204 ◦ green 87 ◦ blue 194

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

Shades of Fuchsia #CC57C2

Tints of Fuchsia #CC57C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.94%

 BLUE value IS 194 (76.17% from 255) = 40%

R = 42.06%
G = 17.94%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC57C2 (or 0xCC57C2) is known color: Fuchsia. HEX triplet: CC, 57 and C2. RGB value is (204,87,194). Sum of RGB (Red+Green+Blue) = 204+87+194=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57C2 is #33A83D. Grayscale: #858585. Windows color (decimal): -3385406 or 12736460. OLE color: 12736460.

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

Color convert

RGB 204 87 194 -
CMYK 0 0.57 0.05 0.2
HSL 305.13º 0.53% 0.57% -
HSV(B) 305.13º 0.57% 0.8% -
XYZ 38.05 23.55 53.58 -
YUV 134.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 204 87 194 0 0.57 0.05 0.2 305.13 0.53 0.57
Hex CC 57 C2 0 39 5 14 131 35 39
Octal 314 127 302 0 71 5 24 461 65 71
Binary 11001100 1010111 11000010 0 111001 101 10100 100110001 110101 111001

Color Harmonies of #CC57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57C2

Black with #CC57C2

Text Example


Text Example

White with #CC57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57C2; }

 p { color: rgb(204,87,194); }

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

background-color css

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

 a { background-color: rgb(204,87,194); }

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

border-color css

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

 span { border-color: rgb(204,87,194); }

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