Html Css Color HEX #C02883 Medium Red Violet

📋 copy color: '#C02883'

red 192 ◦ green 40 ◦ blue 131

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

Shades of Medium Red Violet #C02883

Tints of Medium Red Violet #C02883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 52.89%
G = 11.02%
B = 36.09%

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

#C02883 (or 0xC02883) is known color: Medium Red Violet. HEX triplet: C0, 28 and 83. RGB value is (192,40,131). Sum of RGB (Red+Green+Blue) = 192+40+131=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C02883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02883 is #3FD77C. Grayscale: #5F5F5F. Windows color (decimal): -4183933 or 8595648. OLE color: 8595648.

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

Color convert

RGB 192 40 131 -
CMYK 0 0.79 0.32 0.25
HSL 324.08º 0.66% 0.45% -
HSV(B) 324.08º 0.79% 0.75% -
XYZ 26.59 14.36 22.84 -
YUV 95.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 192 40 131 0 0.79 0.32 0.25 324.08 0.66 0.45
Hex C0 28 83 0 4F 20 19 144 42 2D
Octal 300 50 203 0 117 40 31 504 102 55
Binary 11000000 101000 10000011 0 1001111 100000 11001 101000100 1000010 101101

Color Harmonies of #C02883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02883

Black with #C02883

Text Example


Text Example

White with #C02883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02883; }

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

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

background-color css

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

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

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

border-color css

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

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

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