Html Css Color HEX #C02483 Medium Red Violet

📋 copy color: '#C02483'

red 192 ◦ green 36 ◦ blue 131

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

Shades of Medium Red Violet #C02483

Tints of Medium Red Violet #C02483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.03%

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

R = 53.48%
G = 10.03%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02483 (or 0xC02483) is known color: Medium Red Violet. HEX triplet: C0, 24 and 83. RGB value is (192,36,131). Sum of RGB (Red+Green+Blue) = 192+36+131=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C02483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02483 is #3FDB7C. Grayscale: #5D5D5D. Windows color (decimal): -4184957 or 8594624. OLE color: 8594624.

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

Color convert

RGB 192 36 131 -
CMYK 0 0.81 0.32 0.25
HSL 323.46º 0.68% 0.45% -
HSV(B) 323.46º 0.81% 0.75% -
XYZ 26.47 14.11 22.8 -
YUV 93.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 192 36 131 0 0.81 0.32 0.25 323.46 0.68 0.45
Hex C0 24 83 0 51 20 19 143 44 2D
Octal 300 44 203 0 121 40 31 503 104 55
Binary 11000000 100100 10000011 0 1010001 100000 11001 101000011 1000100 101101

Color Harmonies of #C02483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02483

Black with #C02483

Text Example


Text Example

White with #C02483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02483; }

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

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

background-color css

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

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

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

border-color css

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

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

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