Html Css Color HEX #CB0389 Medium Violet Red

📋 copy color: '#CB0389'

red 203 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #CB0389

Tints of Medium Violet Red #CB0389

RGB

 RED value IS 203 (79.69% from 255) = 59.18%

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

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

R = 59.18%
G = 0.87%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB0389 (or 0xCB0389) is known color: Medium Violet Red. HEX triplet: CB, 03 and 89. RGB value is (203,3,137). Sum of RGB (Red+Green+Blue) = 203+3+137=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0389 is #34FC76. Grayscale: #4D4D4D. Windows color (decimal): -3472503 or 8979403. OLE color: 8979403.

HSL color Cylindrical-coordinate representation of color #CB0389: hue angle of 319.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0389 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 137 -
CMYK 0 0.99 0.33 0.20
HSL 319.8º 0.97% 0.4% -
HSV(B) 319.8º 0.99% 0.8% -
XYZ 29.18 14.57 24.94 -
YUV 78.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 203 3 137 0 0.99 0.33 0.20 319.8 0.97 0.4
Hex CB 3 89 0 63 21 14 140 61 28
Octal 313 3 211 0 143 41 24 500 141 50
Binary 11001011 11 10001001 0 1100011 100001 10100 101000000 1100001 101000

Color Harmonies of #CB0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0389

Black with #CB0389

Text Example


Text Example

White with #CB0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0389; }

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

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

background-color css

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

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

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

border-color css

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

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

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