Html Css Color HEX #C02282 Medium Violet Red

📋 copy color: '#C02282'

red 192 ◦ green 34 ◦ blue 130

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

Shades of Medium Violet Red #C02282

Tints of Medium Violet Red #C02282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 53.93%
G = 9.55%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02282 (or 0xC02282) is known color: Medium Violet Red. HEX triplet: C0, 22 and 82. RGB value is (192,34,130). Sum of RGB (Red+Green+Blue) = 192+34+130=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02282 is #3FDD7D. Grayscale: #5B5B5B. Windows color (decimal): -4185470 or 8528576. OLE color: 8528576.

HSL color Cylindrical-coordinate representation of color #C02282: hue angle of 323.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02282 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 130 -
CMYK 0 0.82 0.32 0.25
HSL 323.54º 0.7% 0.44% -
HSV(B) 323.54º 0.82% 0.75% -
XYZ 26.34 13.96 22.43 -
YUV 92.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 192 34 130 0 0.82 0.32 0.25 323.54 0.7 0.44
Hex C0 22 82 0 52 20 19 144 46 2C
Octal 300 42 202 0 122 40 31 504 106 54
Binary 11000000 100010 10000010 0 1010010 100000 11001 101000100 1000110 101100

Color Harmonies of #C02282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02282

Black with #C02282

Text Example


Text Example

White with #C02282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02282; }

 p { color: rgb(192,34,130); }

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

background-color css

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

 a { background-color: rgb(192,34,130); }

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

border-color css

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

 span { border-color: rgb(192,34,130); }

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