Html Css Color HEX #C75D8A Hopbush

📋 copy color: '#C75D8A'

red 199 ◦ green 93 ◦ blue 138

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

Shades of Hopbush #C75D8A

Tints of Hopbush #C75D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 46.28%
G = 21.63%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C75D8A (or 0xC75D8A) is known color: Hopbush. HEX triplet: C7, 5D and 8A. RGB value is (199,93,138). Sum of RGB (Red+Green+Blue) = 199+93+138=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D8A is #38A275. Grayscale: #818181. Windows color (decimal): -3711606 or 9067975. OLE color: 9067975.

HSL color Cylindrical-coordinate representation of color #C75D8A: hue angle of 334.53º 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 #C75D8A is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 138 -
CMYK 0 0.53 0.31 0.22
HSL 334.53º 0.49% 0.57% -
HSV(B) 334.53º 0.53% 0.78% -
XYZ 32.05 21.81 26.56 -
YUV 129.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 199 93 138 0 0.53 0.31 0.22 334.53 0.49 0.57
Hex C7 5D 8A 0 35 1F 16 14F 31 39
Octal 307 135 212 0 65 37 26 517 61 71
Binary 11000111 1011101 10001010 0 110101 11111 10110 101001111 110001 111001

Color Harmonies of #C75D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D8A

Black with #C75D8A

Text Example


Text Example

White with #C75D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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