Html Css Color HEX #C00971 Medium Violet Red

📋 copy color: '#C00971'

red 192 ◦ green 9 ◦ blue 113

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

Shades of Medium Violet Red #C00971

Tints of Medium Violet Red #C00971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 61.15%
G = 2.87%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C00971 (or 0xC00971) is known color: Medium Violet Red. HEX triplet: C0, 09 and 71. RGB value is (192,9,113). Sum of RGB (Red+Green+Blue) = 192+9+113=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00971 is #3FF68E. Grayscale: #4B4B4B. Windows color (decimal): -4191887 or 7408064. OLE color: 7408064.

HSL color Cylindrical-coordinate representation of color #C00971: hue angle of 325.9º 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 #C00971 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 113 -
CMYK 0 0.95 0.41 0.25
HSL 325.9º 0.91% 0.39% -
HSV(B) 325.9º 0.95% 0.75% -
XYZ 24.82 12.59 16.75 -
YUV 75.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 192 9 113 0 0.95 0.41 0.25 325.9 0.91 0.39
Hex C0 9 71 0 5F 29 19 146 5B 27
Octal 300 11 161 0 137 51 31 506 133 47
Binary 11000000 1001 1110001 0 1011111 101001 11001 101000110 1011011 100111

Color Harmonies of #C00971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00971

Black with #C00971

Text Example


Text Example

White with #C00971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00971; }

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

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

background-color css

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

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

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

border-color css

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

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

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