Html Css Color HEX #CC61A1 Hopbush

📋 copy color: '#CC61A1'

red 204 ◦ green 97 ◦ blue 161

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

Shades of Hopbush #CC61A1

Tints of Hopbush #CC61A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.85%

R = 44.16%
G = 21%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC61A1 (or 0xCC61A1) is known color: Hopbush. HEX triplet: CC, 61 and A1. RGB value is (204,97,161). Sum of RGB (Red+Green+Blue) = 204+97+161=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61A1 is #339E5E. Grayscale: #888888. Windows color (decimal): -3382879 or 10576332. OLE color: 10576332.

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

Color convert

RGB 204 97 161 -
CMYK 0 0.52 0.21 0.2
HSL 324.11º 0.51% 0.59% -
HSV(B) 324.11º 0.52% 0.8% -
XYZ 35.61 23.96 36.47 -
YUV 136.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 204 97 161 0 0.52 0.21 0.2 324.11 0.51 0.59
Hex CC 61 A1 0 34 15 14 144 33 3B
Octal 314 141 241 0 64 25 24 504 63 73
Binary 11001100 1100001 10100001 0 110100 10101 10100 101000100 110011 111011

Color Harmonies of #CC61A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61A1

Black with #CC61A1

Text Example


Text Example

White with #CC61A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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