Html Css Color HEX #C02A7A Medium Red Violet

📋 copy color: '#C02A7A'

red 192 ◦ green 42 ◦ blue 122

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

Shades of Medium Red Violet #C02A7A

Tints of Medium Red Violet #C02A7A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.8%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 53.93%
G = 11.8%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C02A7A (or 0xC02A7A) is known color: Medium Red Violet. HEX triplet: C0, 2A and 7A. RGB value is (192,42,122). Sum of RGB (Red+Green+Blue) = 192+42+122=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A7A is #3FD585. Grayscale: #5F5F5F. Windows color (decimal): -4183430 or 8006336. OLE color: 8006336.

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

Color convert

RGB 192 42 122 -
CMYK 0 0.78 0.36 0.25
HSL 328º 0.64% 0.46% -
HSV(B) 328º 0.78% 0.75% -
XYZ 26.08 14.27 19.79 -
YUV 95.97 142.7 196.5 -
System Red Green Blue C M Y K H S L
Decimal 192 42 122 0 0.78 0.36 0.25 328 0.64 0.46
Hex C0 2A 7A 0 4E 24 19 148 40 2E
Octal 300 52 172 0 116 44 31 510 100 56
Binary 11000000 101010 1111010 0 1001110 100100 11001 101001000 1000000 101110

Color Harmonies of #C02A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A7A

Black with #C02A7A

Text Example


Text Example

White with #C02A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A7A; }

 p { color: rgb(192,42,122); }

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

background-color css

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

 a { background-color: rgb(192,42,122); }

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

border-color css

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

 span { border-color: rgb(192,42,122); }

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