Html Css Color HEX #C55F9E Hopbush

📋 copy color: '#C55F9E'

red 197 ◦ green 95 ◦ blue 158

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

Shades of Hopbush #C55F9E

Tints of Hopbush #C55F9E

RGB

 RED value IS 197 (77.34% from 255) = 43.78%

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 43.78%
G = 21.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C55F9E (or 0xC55F9E) is known color: Hopbush. HEX triplet: C5, 5F and 9E. RGB value is (197,95,158). Sum of RGB (Red+Green+Blue) = 197+95+158=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F9E is #3AA061. Grayscale: #848484. Windows color (decimal): -3842146 or 10379205. OLE color: 10379205.

HSL color Cylindrical-coordinate representation of color #C55F9E: hue angle of 322.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F9E is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 158 -
CMYK 0 0.52 0.20 0.23
HSL 322.94º 0.47% 0.57% -
HSV(B) 322.94º 0.52% 0.77% -
XYZ 33.29 22.52 34.94 -
YUV 132.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 197 95 158 0 0.52 0.20 0.23 322.94 0.47 0.57
Hex C5 5F 9E 0 34 14 17 143 2F 39
Octal 305 137 236 0 64 24 27 503 57 71
Binary 11000101 1011111 10011110 0 110100 10100 10111 101000011 101111 111001

Color Harmonies of #C55F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F9E

Black with #C55F9E

Text Example


Text Example

White with #C55F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F9E; }

 p { color: rgb(197,95,158); }

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

background-color css

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

 a { background-color: rgb(197,95,158); }

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

border-color css

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

 span { border-color: rgb(197,95,158); }

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