Html Css Color HEX #C02383 Medium Violet Red

📋 copy color: '#C02383'

red 192 ◦ green 35 ◦ blue 131

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

Shades of Medium Violet Red #C02383

Tints of Medium Violet Red #C02383

RGB

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

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

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

R = 53.63%
G = 9.78%
B = 36.59%

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

#C02383 (or 0xC02383) is known color: Medium Violet Red. HEX triplet: C0, 23 and 83. RGB value is (192,35,131). Sum of RGB (Red+Green+Blue) = 192+35+131=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C02383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02383 is #3FDC7C. Grayscale: #5C5C5C. Windows color (decimal): -4185213 or 8594368. OLE color: 8594368.

HSL color Cylindrical-coordinate representation of color #C02383: hue angle of 323.31º 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 #C02383 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 131 -
CMYK 0 0.82 0.32 0.25
HSL 323.31º 0.69% 0.45% -
HSV(B) 323.31º 0.82% 0.75% -
XYZ 26.44 14.05 22.79 -
YUV 92.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 192 35 131 0 0.82 0.32 0.25 323.31 0.69 0.45
Hex C0 23 83 0 52 20 19 143 45 2D
Octal 300 43 203 0 122 40 31 503 105 55
Binary 11000000 100011 10000011 0 1010010 100000 11001 101000011 1000101 101101

Color Harmonies of #C02383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02383

Black with #C02383

Text Example


Text Example

White with #C02383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02383; }

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

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

background-color css

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

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

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

border-color css

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

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

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