Html Css Color HEX #C00382 Medium Violet Red

📋 copy color: '#C00382'

red 192 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #C00382

Tints of Medium Violet Red #C00382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 59.08%
G = 0.92%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C00382 (or 0xC00382) is known color: Medium Violet Red. HEX triplet: C0, 03 and 82. RGB value is (192,3,130). Sum of RGB (Red+Green+Blue) = 192+3+130=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C00382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00382 is #3FFC7D. Grayscale: #494949. Windows color (decimal): -4193406 or 8520640. OLE color: 8520640.

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

Color convert

RGB 192 3 130 -
CMYK 0 0.98 0.32 0.25
HSL 319.68º 0.97% 0.38% -
HSV(B) 319.68º 0.98% 0.75% -
XYZ 25.8 12.88 22.25 -
YUV 73.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 192 3 130 0 0.98 0.32 0.25 319.68 0.97 0.38
Hex C0 3 82 0 62 20 19 140 61 26
Octal 300 3 202 0 142 40 31 500 141 46
Binary 11000000 11 10000010 0 1100010 100000 11001 101000000 1100001 100110

Color Harmonies of #C00382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00382

Black with #C00382

Text Example


Text Example

White with #C00382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00382; }

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

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

background-color css

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

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

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

border-color css

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

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

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