Html Css Color HEX #C02382 Medium Violet Red

📋 copy color: '#C02382'

red 192 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #C02382

Tints of Medium Violet Red #C02382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

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

R = 53.78%
G = 9.8%
B = 36.41%

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

#C02382 (or 0xC02382) is known color: Medium Violet Red. HEX triplet: C0, 23 and 82. RGB value is (192,35,130). Sum of RGB (Red+Green+Blue) = 192+35+130=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C02382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02382 is #3FDC7D. Grayscale: #5C5C5C. Windows color (decimal): -4185214 or 8528832. OLE color: 8528832.

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

Color convert

RGB 192 35 130 -
CMYK 0 0.82 0.32 0.25
HSL 323.69º 0.69% 0.45% -
HSV(B) 323.69º 0.82% 0.75% -
XYZ 26.37 14.02 22.44 -
YUV 92.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 192 35 130 0 0.82 0.32 0.25 323.69 0.69 0.45
Hex C0 23 82 0 52 20 19 144 45 2D
Octal 300 43 202 0 122 40 31 504 105 55
Binary 11000000 100011 10000010 0 1010010 100000 11001 101000100 1000101 101101

Color Harmonies of #C02382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02382

Black with #C02382

Text Example


Text Example

White with #C02382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02382; }

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

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

background-color css

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

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

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

border-color css

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

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

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