Html Css Color HEX #C02572 Medium Red Violet

📋 copy color: '#C02572'

red 192 ◦ green 37 ◦ blue 114

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

Shades of Medium Red Violet #C02572

Tints of Medium Red Violet #C02572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 55.98%
G = 10.79%
B = 33.24%

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

#C02572 (or 0xC02572) is known color: Medium Red Violet. HEX triplet: C0, 25 and 72. RGB value is (192,37,114). Sum of RGB (Red+Green+Blue) = 192+37+114=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C02572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02572 is #3FDA8D. Grayscale: #5B5B5B. Windows color (decimal): -4184718 or 7480768. OLE color: 7480768.

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

Color convert

RGB 192 37 114 -
CMYK 0 0.81 0.41 0.25
HSL 330.19º 0.68% 0.45% -
HSV(B) 330.19º 0.81% 0.75% -
XYZ 25.44 13.74 17.23 -
YUV 92.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 192 37 114 0 0.81 0.41 0.25 330.19 0.68 0.45
Hex C0 25 72 0 51 29 19 14A 44 2D
Octal 300 45 162 0 121 51 31 512 104 55
Binary 11000000 100101 1110010 0 1010001 101001 11001 101001010 1000100 101101

Color Harmonies of #C02572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02572

Black with #C02572

Text Example


Text Example

White with #C02572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02572; }

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

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

background-color css

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

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

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

border-color css

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

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

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