Html Css Color HEX #C02574 Medium Red Violet

📋 copy color: '#C02574'

red 192 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #C02574

Tints of Medium Red Violet #C02574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 55.65%
G = 10.72%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02574 (or 0xC02574) is known color: Medium Red Violet. HEX triplet: C0, 25 and 74. RGB value is (192,37,116). Sum of RGB (Red+Green+Blue) = 192+37+116=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02574 is #3FDA8B. Grayscale: #5C5C5C. Windows color (decimal): -4184716 or 7611840. OLE color: 7611840.

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

Color convert

RGB 192 37 116 -
CMYK 0 0.81 0.40 0.25
HSL 329.42º 0.68% 0.45% -
HSV(B) 329.42º 0.81% 0.75% -
XYZ 25.55 13.79 17.84 -
YUV 92.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 192 37 116 0 0.81 0.40 0.25 329.42 0.68 0.45
Hex C0 25 74 0 51 28 19 149 44 2D
Octal 300 45 164 0 121 50 31 511 104 55
Binary 11000000 100101 1110100 0 1010001 101000 11001 101001001 1000100 101101

Color Harmonies of #C02574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02574

Black with #C02574

Text Example


Text Example

White with #C02574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02574; }

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

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

background-color css

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

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

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

border-color css

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

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

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