Html Css Color HEX #C75D8E Hopbush

📋 copy color: '#C75D8E'

red 199 ◦ green 93 ◦ blue 142

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

Shades of Hopbush #C75D8E

Tints of Hopbush #C75D8E

RGB

 RED value IS 199 (78.13% from 255) = 45.85%

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 45.85%
G = 21.43%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C75D8E (or 0xC75D8E) is known color: Hopbush. HEX triplet: C7, 5D and 8E. RGB value is (199,93,142). Sum of RGB (Red+Green+Blue) = 199+93+142=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D8E is #38A271. Grayscale: #828282. Windows color (decimal): -3711602 or 9330119. OLE color: 9330119.

HSL color Cylindrical-coordinate representation of color #C75D8E: hue angle of 332.26º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D8E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 142 -
CMYK 0 0.53 0.29 0.22
HSL 332.26º 0.49% 0.57% -
HSV(B) 332.26º 0.53% 0.78% -
XYZ 32.35 21.92 28.12 -
YUV 130.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 199 93 142 0 0.53 0.29 0.22 332.26 0.49 0.57
Hex C7 5D 8E 0 35 1D 16 14C 31 39
Octal 307 135 216 0 65 35 26 514 61 71
Binary 11000111 1011101 10001110 0 110101 11101 10110 101001100 110001 111001

Color Harmonies of #C75D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D8E

Black with #C75D8E

Text Example


Text Example

White with #C75D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D8E; }

 p { color: rgb(199,93,142); }

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

background-color css

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

 a { background-color: rgb(199,93,142); }

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

border-color css

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

 span { border-color: rgb(199,93,142); }

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