Html Css Color HEX #CC54BD Fuchsia

📋 copy color: '#CC54BD'

red 204 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #CC54BD

Tints of Fuchsia #CC54BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 42.77%
G = 17.61%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC54BD (or 0xCC54BD) is known color: Fuchsia. HEX triplet: CC, 54 and BD. RGB value is (204,84,189). Sum of RGB (Red+Green+Blue) = 204+84+189=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54BD is #33AB42. Grayscale: #838383. Windows color (decimal): -3386179 or 12408012. OLE color: 12408012.

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

Color convert

RGB 204 84 189 -
CMYK 0 0.59 0.07 0.2
HSL 307.5º 0.54% 0.56% -
HSV(B) 307.5º 0.59% 0.8% -
XYZ 37.26 22.85 50.59 -
YUV 131.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 204 84 189 0 0.59 0.07 0.2 307.5 0.54 0.56
Hex CC 54 BD 0 3B 7 14 134 36 38
Octal 314 124 275 0 73 7 24 464 66 70
Binary 11001100 1010100 10111101 0 111011 111 10100 100110100 110110 111000

Color Harmonies of #CC54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54BD

Black with #CC54BD

Text Example


Text Example

White with #CC54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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