Html Css Color HEX #C00389 Medium Violet Red

📋 copy color: '#C00389'

red 192 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #C00389

Tints of Medium Violet Red #C00389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 57.83%
G = 0.9%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C00389 (or 0xC00389) is known color: Medium Violet Red. HEX triplet: C0, 03 and 89. RGB value is (192,3,137). Sum of RGB (Red+Green+Blue) = 192+3+137=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C00389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00389 is #3FFC76. Grayscale: #4A4A4A. Windows color (decimal): -4193399 or 8979392. OLE color: 8979392.

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

Color convert

RGB 192 3 137 -
CMYK 0 0.98 0.29 0.25
HSL 317.46º 0.97% 0.38% -
HSV(B) 317.46º 0.98% 0.75% -
XYZ 26.29 13.08 24.81 -
YUV 74.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 192 3 137 0 0.98 0.29 0.25 317.46 0.97 0.38
Hex C0 3 89 0 62 1D 19 13D 61 26
Octal 300 3 211 0 142 35 31 475 141 46
Binary 11000000 11 10001001 0 1100010 11101 11001 100111101 1100001 100110

Color Harmonies of #C00389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00389

Black with #C00389

Text Example


Text Example

White with #C00389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00389; }

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

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

background-color css

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

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

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

border-color css

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

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

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