Html Css Color HEX #CC61AA Hopbush

📋 copy color: '#CC61AA'

red 204 ◦ green 97 ◦ blue 170

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

Shades of Hopbush #CC61AA

Tints of Hopbush #CC61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 43.31%
G = 20.59%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC61AA (or 0xCC61AA) is known color: Hopbush. HEX triplet: CC, 61 and AA. RGB value is (204,97,170). Sum of RGB (Red+Green+Blue) = 204+97+170=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61AA is #339E55. Grayscale: #898989. Windows color (decimal): -3382870 or 11166156. OLE color: 11166156.

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

Color convert

RGB 204 97 170 -
CMYK 0 0.52 0.17 0.2
HSL 319.07º 0.51% 0.59% -
HSV(B) 319.07º 0.52% 0.8% -
XYZ 36.43 24.29 40.8 -
YUV 137.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 204 97 170 0 0.52 0.17 0.2 319.07 0.51 0.59
Hex CC 61 AA 0 34 11 14 13F 33 3B
Octal 314 141 252 0 64 21 24 477 63 73
Binary 11001100 1100001 10101010 0 110100 10001 10100 100111111 110011 111011

Color Harmonies of #CC61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61AA

Black with #CC61AA

Text Example


Text Example

White with #CC61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61AA; }

 p { color: rgb(204,97,170); }

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

background-color css

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

 a { background-color: rgb(204,97,170); }

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

border-color css

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

 span { border-color: rgb(204,97,170); }

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