Html Css Color HEX #C92270 Medium Violet Red

📋 copy color: '#C92270'

red 201 ◦ green 34 ◦ blue 112

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

Shades of Medium Violet Red #C92270

Tints of Medium Violet Red #C92270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

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

R = 57.93%
G = 9.8%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C92270 (or 0xC92270) is known color: Medium Violet Red. HEX triplet: C9, 22 and 70. RGB value is (201,34,112). Sum of RGB (Red+Green+Blue) = 201+34+112=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C92270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92270 is #36DD8F. Grayscale: #5C5C5C. Windows color (decimal): -3595664 or 7348937. OLE color: 7348937.

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

Color convert

RGB 201 34 112 -
CMYK 0 0.83 0.44 0.21
HSL 331.98º 0.71% 0.46% -
HSV(B) 331.98º 0.83% 0.79% -
XYZ 27.58 14.73 16.72 -
YUV 92.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 201 34 112 0 0.83 0.44 0.21 331.98 0.71 0.46
Hex C9 22 70 0 53 2C 15 14C 47 2E
Octal 311 42 160 0 123 54 25 514 107 56
Binary 11001001 100010 1110000 0 1010011 101100 10101 101001100 1000111 101110

Color Harmonies of #C92270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92270

Black with #C92270

Text Example


Text Example

White with #C92270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92270; }

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

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

background-color css

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

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

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

border-color css

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

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

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