Html Css Color HEX #C02581 Medium Red Violet

📋 copy color: '#C02581'

red 192 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #C02581

Tints of Medium Red Violet #C02581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 53.63%
G = 10.34%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02581 (or 0xC02581) is known color: Medium Red Violet. HEX triplet: C0, 25 and 81. RGB value is (192,37,129). Sum of RGB (Red+Green+Blue) = 192+37+129=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C02581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02581 is #3FDA7E. Grayscale: #5D5D5D. Windows color (decimal): -4184703 or 8463808. OLE color: 8463808.

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

Color convert

RGB 192 37 129 -
CMYK 0 0.81 0.33 0.25
HSL 324.39º 0.68% 0.45% -
HSV(B) 324.39º 0.81% 0.75% -
XYZ 26.36 14.11 22.1 -
YUV 93.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 192 37 129 0 0.81 0.33 0.25 324.39 0.68 0.45
Hex C0 25 81 0 51 21 19 144 44 2D
Octal 300 45 201 0 121 41 31 504 104 55
Binary 11000000 100101 10000001 0 1010001 100001 11001 101000100 1000100 101101

Color Harmonies of #C02581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02581

Black with #C02581

Text Example


Text Example

White with #C02581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02581; }

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

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

background-color css

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

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

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

border-color css

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

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

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