Html Css Color HEX #C55F9D Hopbush

📋 copy color: '#C55F9D'

red 197 ◦ green 95 ◦ blue 157

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

Shades of Hopbush #C55F9D

Tints of Hopbush #C55F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 43.88%
G = 21.16%
B = 34.97%

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

#C55F9D (or 0xC55F9D) is known color: Hopbush. HEX triplet: C5, 5F and 9D. RGB value is (197,95,157). Sum of RGB (Red+Green+Blue) = 197+95+157=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F9D is #3AA062. Grayscale: #848484. Windows color (decimal): -3842147 or 10313669. OLE color: 10313669.

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

Color convert

RGB 197 95 157 -
CMYK 0 0.52 0.20 0.23
HSL 323.53º 0.47% 0.57% -
HSV(B) 323.53º 0.52% 0.77% -
XYZ 33.2 22.49 34.49 -
YUV 132.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 197 95 157 0 0.52 0.20 0.23 323.53 0.47 0.57
Hex C5 5F 9D 0 34 14 17 144 2F 39
Octal 305 137 235 0 64 24 27 504 57 71
Binary 11000101 1011111 10011101 0 110100 10100 10111 101000100 101111 111001

Color Harmonies of #C55F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F9D

Black with #C55F9D

Text Example


Text Example

White with #C55F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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