Html Css Color HEX #CC57CF Fuchsia

📋 copy color: '#CC57CF'

red 204 ◦ green 87 ◦ blue 207

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

Shades of Fuchsia #CC57CF

Tints of Fuchsia #CC57CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 40.96%
G = 17.47%
B = 41.57%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC57CF (or 0xCC57CF) is known color: Fuchsia. HEX triplet: CC, 57 and CF. RGB value is (204,87,207). Sum of RGB (Red+Green+Blue) = 204+87+207=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57CF is #33A830. Grayscale: #878787. Windows color (decimal): -3385393 or 13588428. OLE color: 13588428.

HSL color Cylindrical-coordinate representation of color #CC57CF: hue angle of 298.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC57CF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 87 207 -
CMYK 0.01 0.58 0 0.19
HSL 298.5º 0.56% 0.58% -
HSV(B) 298.5º 0.58% 0.81% -
XYZ 39.57 24.16 61.61 -
YUV 135.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 204 87 207 0.01 0.58 0 0.19 298.5 0.56 0.58
Hex CC 57 CF 1 3A 0 13 12A 38 3A
Octal 314 127 317 1 72 0 23 452 70 72
Binary 11001100 1010111 11001111 1 111010 0 10011 100101010 111000 111010

Color Harmonies of #CC57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57CF

Black with #CC57CF

Text Example


Text Example

White with #CC57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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