Html Css Color HEX #C02EA4 Medium Red Violet

📋 copy color: '#C02EA4'

red 192 ◦ green 46 ◦ blue 164

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

Shades of Medium Red Violet #C02EA4

Tints of Medium Red Violet #C02EA4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 47.76%
G = 11.44%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C02EA4 (or 0xC02EA4) is known color: Medium Red Violet. HEX triplet: C0, 2E and A4. RGB value is (192,46,164). Sum of RGB (Red+Green+Blue) = 192+46+164=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EA4 is #3FD15B. Grayscale: #666666. Windows color (decimal): -4182364 or 10759872. OLE color: 10759872.

HSL color Cylindrical-coordinate representation of color #C02EA4: hue angle of 311.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02EA4 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 164 -
CMYK 0 0.76 0.15 0.25
HSL 311.51º 0.61% 0.47% -
HSV(B) 311.51º 0.76% 0.75% -
XYZ 29.42 15.84 36.63 -
YUV 103.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 192 46 164 0 0.76 0.15 0.25 311.51 0.61 0.47
Hex C0 2E A4 0 4C F 19 138 3D 2F
Octal 300 56 244 0 114 17 31 470 75 57
Binary 11000000 101110 10100100 0 1001100 1111 11001 100111000 111101 101111

Color Harmonies of #C02EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EA4

Black with #C02EA4

Text Example


Text Example

White with #C02EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EA4; }

 p { color: rgb(192,46,164); }

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

background-color css

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

 a { background-color: rgb(192,46,164); }

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

border-color css

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

 span { border-color: rgb(192,46,164); }

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