Html Css Color HEX #C00380 Medium Violet Red

📋 copy color: '#C00380'

red 192 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #C00380

Tints of Medium Violet Red #C00380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 59.44%
G = 0.93%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C00380 (or 0xC00380) is known color: Medium Violet Red. HEX triplet: C0, 03 and 80. RGB value is (192,3,128). Sum of RGB (Red+Green+Blue) = 192+3+128=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C00380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00380 is #3FFC7F. Grayscale: #494949. Windows color (decimal): -4193408 or 8389568. OLE color: 8389568.

HSL color Cylindrical-coordinate representation of color #C00380: hue angle of 320.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00380 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 128 -
CMYK 0 0.98 0.33 0.25
HSL 320.32º 0.97% 0.38% -
HSV(B) 320.32º 0.98% 0.75% -
XYZ 25.67 12.83 21.55 -
YUV 73.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 192 3 128 0 0.98 0.33 0.25 320.32 0.97 0.38
Hex C0 3 80 0 62 21 19 140 61 26
Octal 300 3 200 0 142 41 31 500 141 46
Binary 11000000 11 10000000 0 1100010 100001 11001 101000000 1100001 100110

Color Harmonies of #C00380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00380

Black with #C00380

Text Example


Text Example

White with #C00380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00380; }

 p { color: rgb(192,3,128); }

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

background-color css

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

 a { background-color: rgb(192,3,128); }

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

border-color css

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

 span { border-color: rgb(192,3,128); }

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