Html Css Color HEX #CC619B Hopbush

📋 copy color: '#CC619B'

red 204 ◦ green 97 ◦ blue 155

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

Shades of Hopbush #CC619B

Tints of Hopbush #CC619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 44.74%
G = 21.27%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC619B (or 0xCC619B) is known color: Hopbush. HEX triplet: CC, 61 and 9B. RGB value is (204,97,155). Sum of RGB (Red+Green+Blue) = 204+97+155=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC619B is #339E64. Grayscale: #878787. Windows color (decimal): -3382885 or 10183116. OLE color: 10183116.

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

Color convert

RGB 204 97 155 -
CMYK 0 0.52 0.24 0.2
HSL 327.48º 0.51% 0.59% -
HSV(B) 327.48º 0.52% 0.8% -
XYZ 35.09 23.75 33.75 -
YUV 135.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 204 97 155 0 0.52 0.24 0.2 327.48 0.51 0.59
Hex CC 61 9B 0 34 18 14 147 33 3B
Octal 314 141 233 0 64 30 24 507 63 73
Binary 11001100 1100001 10011011 0 110100 11000 10100 101000111 110011 111011

Color Harmonies of #CC619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC619B

Black with #CC619B

Text Example


Text Example

White with #CC619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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