Html Css Color HEX #C02D8E Medium Red Violet

📋 copy color: '#C02D8E'

red 192 ◦ green 45 ◦ blue 142

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

Shades of Medium Red Violet #C02D8E

Tints of Medium Red Violet #C02D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 50.66%
G = 11.87%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C02D8E (or 0xC02D8E) is known color: Medium Red Violet. HEX triplet: C0, 2D and 8E. RGB value is (192,45,142). Sum of RGB (Red+Green+Blue) = 192+45+142=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02D8E is #3FD271. Grayscale: #636363. Windows color (decimal): -4182642 or 9317824. OLE color: 9317824.

HSL color Cylindrical-coordinate representation of color #C02D8E: hue angle of 320.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D8E is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 142 -
CMYK 0 0.77 0.26 0.25
HSL 320.41º 0.62% 0.46% -
HSV(B) 320.41º 0.77% 0.75% -
XYZ 27.56 15.04 27.04 -
YUV 100.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 192 45 142 0 0.77 0.26 0.25 320.41 0.62 0.46
Hex C0 2D 8E 0 4D 1A 19 140 3E 2E
Octal 300 55 216 0 115 32 31 500 76 56
Binary 11000000 101101 10001110 0 1001101 11010 11001 101000000 111110 101110

Color Harmonies of #C02D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D8E

Black with #C02D8E

Text Example


Text Example

White with #C02D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D8E; }

 p { color: rgb(192,45,142); }

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

background-color css

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

 a { background-color: rgb(192,45,142); }

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

border-color css

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

 span { border-color: rgb(192,45,142); }

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