Html Css Color HEX #C0089B Medium Violet Red

📋 copy color: '#C0089B'

red 192 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #C0089B

Tints of Medium Violet Red #C0089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 54.08%
G = 2.25%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0089B (or 0xC0089B) is known color: Medium Violet Red. HEX triplet: C0, 08 and 9B. RGB value is (192,8,155). Sum of RGB (Red+Green+Blue) = 192+8+155=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0089B is #3FF764. Grayscale: #4F4F4F. Windows color (decimal): -4192101 or 10160320. OLE color: 10160320.

HSL color Cylindrical-coordinate representation of color #C0089B: hue angle of 312.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0089B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 155 -
CMYK 0 0.96 0.19 0.25
HSL 312.07º 0.92% 0.39% -
HSV(B) 312.07º 0.96% 0.75% -
XYZ 27.74 13.75 32.2 -
YUV 79.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 192 8 155 0 0.96 0.19 0.25 312.07 0.92 0.39
Hex C0 8 9B 0 60 13 19 138 5C 27
Octal 300 10 233 0 140 23 31 470 134 47
Binary 11000000 1000 10011011 0 1100000 10011 11001 100111000 1011100 100111

Color Harmonies of #C0089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0089B

Black with #C0089B

Text Example


Text Example

White with #C0089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0089B; }

 p { color: rgb(192,8,155); }

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

background-color css

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

 a { background-color: rgb(192,8,155); }

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

border-color css

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

 span { border-color: rgb(192,8,155); }

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