Html Css Color HEX #C92070 Medium Violet Red

📋 copy color: '#C92070'

red 201 ◦ green 32 ◦ blue 112

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

Shades of Medium Violet Red #C92070

Tints of Medium Violet Red #C92070

RGB

 RED value IS 201 (78.91% from 255) = 58.26%

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 58.26%
G = 9.28%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C92070 (or 0xC92070) is known color: Medium Violet Red. HEX triplet: C9, 20 and 70. RGB value is (201,32,112). Sum of RGB (Red+Green+Blue) = 201+32+112=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C92070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92070 is #36DF8F. Grayscale: #5B5B5B. Windows color (decimal): -3596176 or 7348425. OLE color: 7348425.

HSL color Cylindrical-coordinate representation of color #C92070: hue angle of 331.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92070 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 112 -
CMYK 0 0.84 0.44 0.21
HSL 331.6º 0.73% 0.46% -
HSV(B) 331.6º 0.84% 0.79% -
XYZ 27.53 14.62 16.7 -
YUV 91.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 201 32 112 0 0.84 0.44 0.21 331.6 0.73 0.46
Hex C9 20 70 0 54 2C 15 14C 49 2E
Octal 311 40 160 0 124 54 25 514 111 56
Binary 11001001 100000 1110000 0 1010100 101100 10101 101001100 1001001 101110

Color Harmonies of #C92070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92070

Black with #C92070

Text Example


Text Example

White with #C92070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92070; }

 p { color: rgb(201,32,112); }

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

background-color css

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

 a { background-color: rgb(201,32,112); }

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

border-color css

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

 span { border-color: rgb(201,32,112); }

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