Html Css Color HEX #C00974 Medium Violet Red

📋 copy color: '#C00974'

red 192 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #C00974

Tints of Medium Violet Red #C00974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 60.57%
G = 2.84%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00974 (or 0xC00974) is known color: Medium Violet Red. HEX triplet: C0, 09 and 74. RGB value is (192,9,116). Sum of RGB (Red+Green+Blue) = 192+9+116=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C00974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00974 is #3FF68B. Grayscale: #4B4B4B. Windows color (decimal): -4191884 or 7604672. OLE color: 7604672.

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

Color convert

RGB 192 9 116 -
CMYK 0 0.95 0.40 0.25
HSL 324.92º 0.91% 0.39% -
HSV(B) 324.92º 0.95% 0.75% -
XYZ 24.99 12.66 17.65 -
YUV 75.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 192 9 116 0 0.95 0.40 0.25 324.92 0.91 0.39
Hex C0 9 74 0 5F 28 19 145 5B 27
Octal 300 11 164 0 137 50 31 505 133 47
Binary 11000000 1001 1110100 0 1011111 101000 11001 101000101 1011011 100111

Color Harmonies of #C00974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00974

Black with #C00974

Text Example


Text Example

White with #C00974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00974; }

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

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

background-color css

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

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

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

border-color css

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

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

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