Html Css Color HEX #C02371 Medium Red Violet

📋 copy color: '#C02371'

red 192 ◦ green 35 ◦ blue 113

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

Shades of Medium Red Violet #C02371

Tints of Medium Red Violet #C02371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

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

R = 56.47%
G = 10.29%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C02371 (or 0xC02371) is known color: Medium Red Violet. HEX triplet: C0, 23 and 71. RGB value is (192,35,113). Sum of RGB (Red+Green+Blue) = 192+35+113=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C02371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02371 is #3FDC8E. Grayscale: #5A5A5A. Windows color (decimal): -4185231 or 7414720. OLE color: 7414720.

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

Color convert

RGB 192 35 113 -
CMYK 0 0.82 0.41 0.25
HSL 330.19º 0.69% 0.45% -
HSV(B) 330.19º 0.82% 0.75% -
XYZ 25.32 13.6 16.91 -
YUV 90.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 192 35 113 0 0.82 0.41 0.25 330.19 0.69 0.45
Hex C0 23 71 0 52 29 19 14A 45 2D
Octal 300 43 161 0 122 51 31 512 105 55
Binary 11000000 100011 1110001 0 1010010 101001 11001 101001010 1000101 101101

Color Harmonies of #C02371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02371

Black with #C02371

Text Example


Text Example

White with #C02371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02371; }

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

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

background-color css

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

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

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

border-color css

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

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

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