Html Css Color HEX #C55F9F Hopbush

📋 copy color: '#C55F9F'

red 197 ◦ green 95 ◦ blue 159

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

Shades of Hopbush #C55F9F

Tints of Hopbush #C55F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 43.68%
G = 21.06%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C55F9F (or 0xC55F9F) is known color: Hopbush. HEX triplet: C5, 5F and 9F. RGB value is (197,95,159). Sum of RGB (Red+Green+Blue) = 197+95+159=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F9F is #3AA060. Grayscale: #848484. Windows color (decimal): -3842145 or 10444741. OLE color: 10444741.

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

Color convert

RGB 197 95 159 -
CMYK 0 0.52 0.19 0.23
HSL 322.35º 0.47% 0.57% -
HSV(B) 322.35º 0.52% 0.77% -
XYZ 33.38 22.56 35.4 -
YUV 132.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 197 95 159 0 0.52 0.19 0.23 322.35 0.47 0.57
Hex C5 5F 9F 0 34 13 17 142 2F 39
Octal 305 137 237 0 64 23 27 502 57 71
Binary 11000101 1011111 10011111 0 110100 10011 10111 101000010 101111 111001

Color Harmonies of #C55F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F9F

Black with #C55F9F

Text Example


Text Example

White with #C55F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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