Html Css Color HEX #CC54CF Fuchsia

📋 copy color: '#CC54CF'

red 204 ◦ green 84 ◦ blue 207

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

Shades of Fuchsia #CC54CF

Tints of Fuchsia #CC54CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.97%

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

R = 41.21%
G = 16.97%
B = 41.82%

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

#CC54CF (or 0xCC54CF) is known color: Fuchsia. HEX triplet: CC, 54 and CF. RGB value is (204,84,207). Sum of RGB (Red+Green+Blue) = 204+84+207=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54CF is #33AB30. Grayscale: #858585. Windows color (decimal): -3386161 or 13587660. OLE color: 13587660.

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

Color convert

RGB 204 84 207 -
CMYK 0.01 0.59 0 0.19
HSL 298.54º 0.56% 0.57% -
HSV(B) 298.54º 0.59% 0.81% -
XYZ 39.33 23.68 61.53 -
YUV 133.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 204 84 207 0.01 0.59 0 0.19 298.54 0.56 0.57
Hex CC 54 CF 1 3B 0 13 12B 38 39
Octal 314 124 317 1 73 0 23 453 70 71
Binary 11001100 1010100 11001111 1 111011 0 10011 100101011 111000 111001

Color Harmonies of #CC54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54CF

Black with #CC54CF

Text Example


Text Example

White with #CC54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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