Html Css Color HEX #CC55CF Fuchsia

📋 copy color: '#CC55CF'

red 204 ◦ green 85 ◦ blue 207

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

Shades of Fuchsia #CC55CF

Tints of Fuchsia #CC55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

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

R = 41.13%
G = 17.14%
B = 41.73%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC55CF (or 0xCC55CF) is known color: Fuchsia. HEX triplet: CC, 55 and CF. RGB value is (204,85,207). Sum of RGB (Red+Green+Blue) = 204+85+207=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CF is #33AA30. Grayscale: #868686. Windows color (decimal): -3385905 or 13587916. OLE color: 13587916.

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

Color convert

RGB 204 85 207 -
CMYK 0.01 0.59 0 0.19
HSL 298.52º 0.56% 0.57% -
HSV(B) 298.52º 0.59% 0.81% -
XYZ 39.41 23.84 61.56 -
YUV 134.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 204 85 207 0.01 0.59 0 0.19 298.52 0.56 0.57
Hex CC 55 CF 1 3B 0 13 12B 38 39
Octal 314 125 317 1 73 0 23 453 70 71
Binary 11001100 1010101 11001111 1 111011 0 10011 100101011 111000 111001

Color Harmonies of #CC55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55CF

Black with #CC55CF

Text Example


Text Example

White with #CC55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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