Html Css Color HEX #C02183 Medium Violet Red

📋 copy color: '#C02183'

red 192 ◦ green 33 ◦ blue 131

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

Shades of Medium Violet Red #C02183

Tints of Medium Violet Red #C02183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 53.93%
G = 9.27%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02183 (or 0xC02183) is known color: Medium Violet Red. HEX triplet: C0, 21 and 83. RGB value is (192,33,131). Sum of RGB (Red+Green+Blue) = 192+33+131=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02183 is #3FDE7C. Grayscale: #5B5B5B. Windows color (decimal): -4185725 or 8593856. OLE color: 8593856.

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

Color convert

RGB 192 33 131 -
CMYK 0 0.83 0.32 0.25
HSL 323.02º 0.71% 0.44% -
HSV(B) 323.02º 0.83% 0.75% -
XYZ 26.38 13.93 22.77 -
YUV 91.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 192 33 131 0 0.83 0.32 0.25 323.02 0.71 0.44
Hex C0 21 83 0 53 20 19 143 47 2C
Octal 300 41 203 0 123 40 31 503 107 54
Binary 11000000 100001 10000011 0 1010011 100000 11001 101000011 1000111 101100

Color Harmonies of #C02183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02183

Black with #C02183

Text Example


Text Example

White with #C02183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02183; }

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

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

background-color css

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

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

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

border-color css

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

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

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