Html Css Color HEX #CB059F Medium Violet Red

📋 copy color: '#CB059F'

red 203 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #CB059F

Tints of Medium Violet Red #CB059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 55.31%
G = 1.36%
B = 43.32%

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

#CB059F (or 0xCB059F) is known color: Medium Violet Red. HEX triplet: CB, 05 and 9F. RGB value is (203,5,159). Sum of RGB (Red+Green+Blue) = 203+5+159=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB059F is #34FA60. Grayscale: #515151. Windows color (decimal): -3471969 or 10421707. OLE color: 10421707.

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

Color convert

RGB 203 5 159 -
CMYK 0 0.98 0.22 0.20
HSL 313.33º 0.95% 0.41% -
HSV(B) 313.33º 0.98% 0.8% -
XYZ 30.94 15.31 34.12 -
YUV 81.76 171.6 214.48 -
System Red Green Blue C M Y K H S L
Decimal 203 5 159 0 0.98 0.22 0.20 313.33 0.95 0.41
Hex CB 5 9F 0 62 16 14 139 5F 29
Octal 313 5 237 0 142 26 24 471 137 51
Binary 11001011 101 10011111 0 1100010 10110 10100 100111001 1011111 101001

Color Harmonies of #CB059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB059F

Black with #CB059F

Text Example


Text Example

White with #CB059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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