Html Css Color HEX #C02983 Medium Red Violet

📋 copy color: '#C02983'

red 192 ◦ green 41 ◦ blue 131

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

Shades of Medium Red Violet #C02983

Tints of Medium Red Violet #C02983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 52.75%
G = 11.26%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02983 (or 0xC02983) is known color: Medium Red Violet. HEX triplet: C0, 29 and 83. RGB value is (192,41,131). Sum of RGB (Red+Green+Blue) = 192+41+131=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C02983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02983 is #3FD67C. Grayscale: #606060. Windows color (decimal): -4183677 or 8595904. OLE color: 8595904.

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

Color convert

RGB 192 41 131 -
CMYK 0 0.79 0.32 0.25
HSL 324.24º 0.65% 0.46% -
HSV(B) 324.24º 0.79% 0.75% -
XYZ 26.63 14.43 22.85 -
YUV 96.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 192 41 131 0 0.79 0.32 0.25 324.24 0.65 0.46
Hex C0 29 83 0 4F 20 19 144 41 2E
Octal 300 51 203 0 117 40 31 504 101 56
Binary 11000000 101001 10000011 0 1001111 100000 11001 101000100 1000001 101110

Color Harmonies of #C02983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02983

Black with #C02983

Text Example


Text Example

White with #C02983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02983; }

 p { color: rgb(192,41,131); }

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

background-color css

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

 a { background-color: rgb(192,41,131); }

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

border-color css

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

 span { border-color: rgb(192,41,131); }

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