Html Css Color HEX #C00970 Medium Violet Red

📋 copy color: '#C00970'

red 192 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #C00970

Tints of Medium Violet Red #C00970

RGB

 RED value IS 192 (75.39% from 255) = 61.34%

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 61.34%
G = 2.88%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C00970 (or 0xC00970) is known color: Medium Violet Red. HEX triplet: C0, 09 and 70. RGB value is (192,9,112). Sum of RGB (Red+Green+Blue) = 192+9+112=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00970 is #3FF68F. Grayscale: #4B4B4B. Windows color (decimal): -4191888 or 7342528. OLE color: 7342528.

HSL color Cylindrical-coordinate representation of color #C00970: hue angle of 326.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00970 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 112 -
CMYK 0 0.95 0.42 0.25
HSL 326.23º 0.91% 0.39% -
HSV(B) 326.23º 0.95% 0.75% -
XYZ 24.76 12.57 16.45 -
YUV 75.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 192 9 112 0 0.95 0.42 0.25 326.23 0.91 0.39
Hex C0 9 70 0 5F 2A 19 146 5B 27
Octal 300 11 160 0 137 52 31 506 133 47
Binary 11000000 1001 1110000 0 1011111 101010 11001 101000110 1011011 100111

Color Harmonies of #C00970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00970

Black with #C00970

Text Example


Text Example

White with #C00970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00970; }

 p { color: rgb(192,9,112); }

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

background-color css

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

 a { background-color: rgb(192,9,112); }

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

border-color css

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

 span { border-color: rgb(192,9,112); }

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