Html Css Color HEX #CB029F Medium Violet Red

📋 copy color: '#CB029F'

red 203 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #CB029F

Tints of Medium Violet Red #CB029F

RGB

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

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

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

R = 55.77%
G = 0.55%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB029F (or 0xCB029F) is known color: Medium Violet Red. HEX triplet: CB, 02 and 9F. RGB value is (203,2,159). Sum of RGB (Red+Green+Blue) = 203+2+159=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB029F is #34FD60. Grayscale: #4F4F4F. Windows color (decimal): -3472737 or 10420939. OLE color: 10420939.

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

Color convert

RGB 203 2 159 -
CMYK 0 0.99 0.22 0.20
HSL 313.13º 0.98% 0.4% -
HSV(B) 313.13º 0.99% 0.8% -
XYZ 30.91 15.24 34.11 -
YUV 80 172.59 215.73 -
System Red Green Blue C M Y K H S L
Decimal 203 2 159 0 0.99 0.22 0.20 313.13 0.98 0.4
Hex CB 2 9F 0 63 16 14 139 62 28
Octal 313 2 237 0 143 26 24 471 142 50
Binary 11001011 10 10011111 0 1100011 10110 10100 100111001 1100010 101000

Color Harmonies of #CB029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB029F

Black with #CB029F

Text Example


Text Example

White with #CB029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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