Html Css Color HEX #CC5FA8 Hopbush

📋 copy color: '#CC5FA8'

red 204 ◦ green 95 ◦ blue 168

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

Shades of Hopbush #CC5FA8

Tints of Hopbush #CC5FA8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 43.68%
G = 20.34%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC5FA8 (or 0xCC5FA8) is known color: Hopbush. HEX triplet: CC, 5F and A8. RGB value is (204,95,168). Sum of RGB (Red+Green+Blue) = 204+95+168=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5FA8 is #33A057. Grayscale: #878787. Windows color (decimal): -3383384 or 11034572. OLE color: 11034572.

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

Color convert

RGB 204 95 168 -
CMYK 0 0.53 0.18 0.2
HSL 319.82º 0.52% 0.59% -
HSV(B) 319.82º 0.53% 0.8% -
XYZ 36.06 23.85 39.75 -
YUV 135.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 204 95 168 0 0.53 0.18 0.2 319.82 0.52 0.59
Hex CC 5F A8 0 35 12 14 140 34 3B
Octal 314 137 250 0 65 22 24 500 64 73
Binary 11001100 1011111 10101000 0 110101 10010 10100 101000000 110100 111011

Color Harmonies of #CC5FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FA8

Black with #CC5FA8

Text Example


Text Example

White with #CC5FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FA8; }

 p { color: rgb(204,95,168); }

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

background-color css

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

 a { background-color: rgb(204,95,168); }

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

border-color css

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

 span { border-color: rgb(204,95,168); }

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