Html Css Color HEX #CC54BC Fuchsia

📋 copy color: '#CC54BC'

red 204 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #CC54BC

Tints of Fuchsia #CC54BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 42.86%
G = 17.65%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC54BC (or 0xCC54BC) is known color: Fuchsia. HEX triplet: CC, 54 and BC. RGB value is (204,84,188). Sum of RGB (Red+Green+Blue) = 204+84+188=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54BC is #33AB43. Grayscale: #838383. Windows color (decimal): -3386180 or 12342476. OLE color: 12342476.

HSL color Cylindrical-coordinate representation of color #CC54BC: hue angle of 308º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC54BC is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 188 -
CMYK 0 0.59 0.08 0.2
HSL 308º 0.54% 0.56% -
HSV(B) 308º 0.59% 0.8% -
XYZ 37.15 22.81 50.02 -
YUV 131.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 204 84 188 0 0.59 0.08 0.2 308 0.54 0.56
Hex CC 54 BC 0 3B 8 14 134 36 38
Octal 314 124 274 0 73 10 24 464 66 70
Binary 11001100 1010100 10111100 0 111011 1000 10100 100110100 110110 111000

Color Harmonies of #CC54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54BC

Black with #CC54BC

Text Example


Text Example

White with #CC54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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