Html Css Color HEX #CC57AF Fuchsia

📋 copy color: '#CC57AF'

red 204 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #CC57AF

Tints of Fuchsia #CC57AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 43.78%
G = 18.67%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC57AF (or 0xCC57AF) is known color: Fuchsia. HEX triplet: CC, 57 and AF. RGB value is (204,87,175). Sum of RGB (Red+Green+Blue) = 204+87+175=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC57AF is #33A850. Grayscale: #838383. Windows color (decimal): -3385425 or 11491276. OLE color: 11491276.

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

Color convert

RGB 204 87 175 -
CMYK 0 0.57 0.14 0.2
HSL 314.87º 0.53% 0.57% -
HSV(B) 314.87º 0.57% 0.8% -
XYZ 36.05 22.75 43.05 -
YUV 132.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 204 87 175 0 0.57 0.14 0.2 314.87 0.53 0.57
Hex CC 57 AF 0 39 E 14 13B 35 39
Octal 314 127 257 0 71 16 24 473 65 71
Binary 11001100 1010111 10101111 0 111001 1110 10100 100111011 110101 111001

Color Harmonies of #CC57AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57AF

Black with #CC57AF

Text Example


Text Example

White with #CC57AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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