Html Css Color HEX #C02471 Medium Red Violet

📋 copy color: '#C02471'

red 192 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #C02471

Tints of Medium Red Violet #C02471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 56.3%
G = 10.56%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C02471 (or 0xC02471) is known color: Medium Red Violet. HEX triplet: C0, 24 and 71. RGB value is (192,36,113). Sum of RGB (Red+Green+Blue) = 192+36+113=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02471 is #3FDB8E. Grayscale: #5B5B5B. Windows color (decimal): -4184975 or 7414976. OLE color: 7414976.

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

Color convert

RGB 192 36 113 -
CMYK 0 0.81 0.41 0.25
HSL 330.38º 0.68% 0.45% -
HSV(B) 330.38º 0.81% 0.75% -
XYZ 25.35 13.66 16.92 -
YUV 91.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 192 36 113 0 0.81 0.41 0.25 330.38 0.68 0.45
Hex C0 24 71 0 51 29 19 14A 44 2D
Octal 300 44 161 0 121 51 31 512 104 55
Binary 11000000 100100 1110001 0 1010001 101001 11001 101001010 1000100 101101

Color Harmonies of #C02471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02471

Black with #C02471

Text Example


Text Example

White with #C02471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02471; }

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

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

background-color css

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

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

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

border-color css

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

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

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