Html Css Color HEX #C00874 Medium Violet Red

📋 copy color: '#C00874'

red 192 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #C00874

Tints of Medium Violet Red #C00874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 60.76%
G = 2.53%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00874 (or 0xC00874) is known color: Medium Violet Red. HEX triplet: C0, 08 and 74. RGB value is (192,8,116). Sum of RGB (Red+Green+Blue) = 192+8+116=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C00874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00874 is #3FF78B. Grayscale: #4B4B4B. Windows color (decimal): -4192140 or 7604416. OLE color: 7604416.

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

Color convert

RGB 192 8 116 -
CMYK 0 0.96 0.40 0.25
HSL 324.78º 0.92% 0.39% -
HSV(B) 324.78º 0.96% 0.75% -
XYZ 24.98 12.64 17.65 -
YUV 75.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 192 8 116 0 0.96 0.40 0.25 324.78 0.92 0.39
Hex C0 8 74 0 60 28 19 145 5C 27
Octal 300 10 164 0 140 50 31 505 134 47
Binary 11000000 1000 1110100 0 1100000 101000 11001 101000101 1011100 100111

Color Harmonies of #C00874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00874

Black with #C00874

Text Example


Text Example

White with #C00874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00874; }

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

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

background-color css

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

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

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

border-color css

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

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

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