Html Css Color HEX #C00289 Medium Violet Red

📋 copy color: '#C00289'

red 192 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #C00289

Tints of Medium Violet Red #C00289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 58.01%
G = 0.6%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C00289 (or 0xC00289) is known color: Medium Violet Red. HEX triplet: C0, 02 and 89. RGB value is (192,2,137). Sum of RGB (Red+Green+Blue) = 192+2+137=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00289 is #3FFD76. Grayscale: #494949. Windows color (decimal): -4193655 or 8979136. OLE color: 8979136.

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

Color convert

RGB 192 2 137 -
CMYK 0 0.99 0.29 0.25
HSL 317.37º 0.98% 0.38% -
HSV(B) 317.37º 0.99% 0.75% -
XYZ 26.28 13.06 24.8 -
YUV 74.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 192 2 137 0 0.99 0.29 0.25 317.37 0.98 0.38
Hex C0 2 89 0 63 1D 19 13D 62 26
Octal 300 2 211 0 143 35 31 475 142 46
Binary 11000000 10 10001001 0 1100011 11101 11001 100111101 1100010 100110

Color Harmonies of #C00289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00289

Black with #C00289

Text Example


Text Example

White with #C00289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00289; }

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

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

background-color css

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

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

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

border-color css

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

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

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