Html Css Color HEX #CB2289 Medium Violet Red

📋 copy color: '#CB2289'

red 203 ◦ green 34 ◦ blue 137

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

Shades of Medium Violet Red #CB2289

Tints of Medium Violet Red #CB2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.09%

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

R = 54.28%
G = 9.09%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB2289 (or 0xCB2289) is known color: Medium Violet Red. HEX triplet: CB, 22 and 89. RGB value is (203,34,137). Sum of RGB (Red+Green+Blue) = 203+34+137=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2289 is #34DD76. Grayscale: #606060. Windows color (decimal): -3464567 or 8987339. OLE color: 8987339.

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

Color convert

RGB 203 34 137 -
CMYK 0 0.83 0.33 0.20
HSL 323.43º 0.71% 0.46% -
HSV(B) 323.43º 0.83% 0.8% -
XYZ 29.72 15.65 25.12 -
YUV 96.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 203 34 137 0 0.83 0.33 0.20 323.43 0.71 0.46
Hex CB 22 89 0 53 21 14 143 47 2E
Octal 313 42 211 0 123 41 24 503 107 56
Binary 11001011 100010 10001001 0 1010011 100001 10100 101000011 1000111 101110

Color Harmonies of #CB2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2289

Black with #CB2289

Text Example


Text Example

White with #CB2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2289; }

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

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

background-color css

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

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

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

border-color css

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

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

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