Html Css Color HEX #C55F8E Hopbush

📋 copy color: '#C55F8E'

red 197 ◦ green 95 ◦ blue 142

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

Shades of Hopbush #C55F8E

Tints of Hopbush #C55F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 45.39%
G = 21.89%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C55F8E (or 0xC55F8E) is known color: Hopbush. HEX triplet: C5, 5F and 8E. RGB value is (197,95,142). Sum of RGB (Red+Green+Blue) = 197+95+142=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F8E is #3AA071. Grayscale: #828282. Windows color (decimal): -3842162 or 9330629. OLE color: 9330629.

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

Color convert

RGB 197 95 142 -
CMYK 0 0.52 0.28 0.23
HSL 332.35º 0.47% 0.57% -
HSV(B) 332.35º 0.52% 0.77% -
XYZ 32 22.01 28.15 -
YUV 130.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 197 95 142 0 0.52 0.28 0.23 332.35 0.47 0.57
Hex C5 5F 8E 0 34 1C 17 14C 2F 39
Octal 305 137 216 0 64 34 27 514 57 71
Binary 11000101 1011111 10001110 0 110100 11100 10111 101001100 101111 111001

Color Harmonies of #C55F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F8E

Black with #C55F8E

Text Example


Text Example

White with #C55F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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