Html Css Color HEX #C02871 Medium Red Violet

📋 copy color: '#C02871'

red 192 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #C02871

Tints of Medium Red Violet #C02871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 55.65%
G = 11.59%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C02871 (or 0xC02871) is known color: Medium Red Violet. HEX triplet: C0, 28 and 71. RGB value is (192,40,113). Sum of RGB (Red+Green+Blue) = 192+40+113=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02871 is #3FD78E. Grayscale: #5D5D5D. Windows color (decimal): -4183951 or 7416000. OLE color: 7416000.

HSL color Cylindrical-coordinate representation of color #C02871: hue angle of 331.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02871 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 113 -
CMYK 0 0.79 0.41 0.25
HSL 331.18º 0.66% 0.45% -
HSV(B) 331.18º 0.79% 0.75% -
XYZ 25.48 13.92 16.97 -
YUV 93.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 192 40 113 0 0.79 0.41 0.25 331.18 0.66 0.45
Hex C0 28 71 0 4F 29 19 14B 42 2D
Octal 300 50 161 0 117 51 31 513 102 55
Binary 11000000 101000 1110001 0 1001111 101001 11001 101001011 1000010 101101

Color Harmonies of #C02871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02871

Black with #C02871

Text Example


Text Example

White with #C02871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02871; }

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

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

background-color css

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

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

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

border-color css

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

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

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