Html Css Color HEX #CB049F Medium Violet Red

📋 copy color: '#CB049F'

red 203 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #CB049F

Tints of Medium Violet Red #CB049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 55.46%
G = 1.09%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB049F (or 0xCB049F) is known color: Medium Violet Red. HEX triplet: CB, 04 and 9F. RGB value is (203,4,159). Sum of RGB (Red+Green+Blue) = 203+4+159=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB049F is #34FB60. Grayscale: #505050. Windows color (decimal): -3472225 or 10421451. OLE color: 10421451.

HSL color Cylindrical-coordinate representation of color #CB049F: hue angle of 313.27º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB049F is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 159 -
CMYK 0 0.98 0.22 0.20
HSL 313.27º 0.96% 0.41% -
HSV(B) 313.27º 0.98% 0.8% -
XYZ 30.93 15.29 34.12 -
YUV 81.17 171.93 214.9 -
System Red Green Blue C M Y K H S L
Decimal 203 4 159 0 0.98 0.22 0.20 313.27 0.96 0.41
Hex CB 4 9F 0 62 16 14 139 60 29
Octal 313 4 237 0 142 26 24 471 140 51
Binary 11001011 100 10011111 0 1100010 10110 10100 100111001 1100000 101001

Color Harmonies of #CB049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB049F

Black with #CB049F

Text Example


Text Example

White with #CB049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB049F; }

 p { color: rgb(203,4,159); }

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

background-color css

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

 a { background-color: rgb(203,4,159); }

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

border-color css

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

 span { border-color: rgb(203,4,159); }

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