Html Css Color HEX #C00871 Medium Violet Red

📋 copy color: '#C00871'

red 192 ◦ green 8 ◦ blue 113

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

Shades of Medium Violet Red #C00871

Tints of Medium Violet Red #C00871

RGB

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

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

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

R = 61.34%
G = 2.56%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C00871 (or 0xC00871) is known color: Medium Violet Red. HEX triplet: C0, 08 and 71. RGB value is (192,8,113). Sum of RGB (Red+Green+Blue) = 192+8+113=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00871 is #3FF78E. Grayscale: #4A4A4A. Windows color (decimal): -4192143 or 7407808. OLE color: 7407808.

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

Color convert

RGB 192 8 113 -
CMYK 0 0.96 0.41 0.25
HSL 325.76º 0.92% 0.39% -
HSV(B) 325.76º 0.96% 0.75% -
XYZ 24.81 12.57 16.74 -
YUV 74.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 192 8 113 0 0.96 0.41 0.25 325.76 0.92 0.39
Hex C0 8 71 0 60 29 19 146 5C 27
Octal 300 10 161 0 140 51 31 506 134 47
Binary 11000000 1000 1110001 0 1100000 101001 11001 101000110 1011100 100111

Color Harmonies of #C00871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00871

Black with #C00871

Text Example


Text Example

White with #C00871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00871; }

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

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

background-color css

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

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

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

border-color css

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

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

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