Html Css Color HEX #CB0289 Medium Violet Red

📋 copy color: '#CB0289'

red 203 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #CB0289

Tints of Medium Violet Red #CB0289

RGB

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

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

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

R = 59.36%
G = 0.58%
B = 40.06%

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

#CB0289 (or 0xCB0289) is known color: Medium Violet Red. HEX triplet: CB, 02 and 89. RGB value is (203,2,137). Sum of RGB (Red+Green+Blue) = 203+2+137=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0289 is #34FD76. Grayscale: #4D4D4D. Windows color (decimal): -3472759 or 8979147. OLE color: 8979147.

HSL color Cylindrical-coordinate representation of color #CB0289: hue angle of 319.7º degrees, saturation: 0.98, 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 #CB0289 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 137 -
CMYK 0 0.99 0.33 0.20
HSL 319.7º 0.98% 0.4% -
HSV(B) 319.7º 0.99% 0.8% -
XYZ 29.17 14.55 24.94 -
YUV 77.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 203 2 137 0 0.99 0.33 0.20 319.7 0.98 0.4
Hex CB 2 89 0 63 21 14 140 62 28
Octal 313 2 211 0 143 41 24 500 142 50
Binary 11001011 10 10001001 0 1100011 100001 10100 101000000 1100010 101000

Color Harmonies of #CB0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0289

Black with #CB0289

Text Example


Text Example

White with #CB0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0289; }

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

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

background-color css

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

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

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

border-color css

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

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

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