Html Css Color HEX #C00B9F Medium Violet Red

📋 copy color: '#C00B9F'

red 192 ◦ green 11 ◦ blue 159

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

Shades of Medium Violet Red #C00B9F

Tints of Medium Violet Red #C00B9F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 53.04%
G = 3.04%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C00B9F (or 0xC00B9F) is known color: Medium Violet Red. HEX triplet: C0, 0B and 9F. RGB value is (192,11,159). Sum of RGB (Red+Green+Blue) = 192+11+159=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00B9F is #3FF460. Grayscale: #515151. Windows color (decimal): -4191329 or 10423232. OLE color: 10423232.

HSL color Cylindrical-coordinate representation of color #C00B9F: hue angle of 310.94º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B9F is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 159 -
CMYK 0 0.94 0.17 0.25
HSL 310.94º 0.89% 0.4% -
HSV(B) 310.94º 0.94% 0.75% -
XYZ 28.12 13.95 34.01 -
YUV 81.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 192 11 159 0 0.94 0.17 0.25 310.94 0.89 0.4
Hex C0 B 9F 0 5E 11 19 137 59 28
Octal 300 13 237 0 136 21 31 467 131 50
Binary 11000000 1011 10011111 0 1011110 10001 11001 100110111 1011001 101000

Color Harmonies of #C00B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B9F

Black with #C00B9F

Text Example


Text Example

White with #C00B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B9F; }

 p { color: rgb(192,11,159); }

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

background-color css

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

 a { background-color: rgb(192,11,159); }

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

border-color css

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

 span { border-color: rgb(192,11,159); }

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