Html Css Color HEX #CB059D Medium Violet Red

📋 copy color: '#CB059D'

red 203 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #CB059D

Tints of Medium Violet Red #CB059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 55.62%
G = 1.37%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB059D (or 0xCB059D) is known color: Medium Violet Red. HEX triplet: CB, 05 and 9D. RGB value is (203,5,157). Sum of RGB (Red+Green+Blue) = 203+5+157=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB059D is #34FA62. Grayscale: #515151. Windows color (decimal): -3471971 or 10290635. OLE color: 10290635.

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

Color convert

RGB 203 5 157 -
CMYK 0 0.98 0.23 0.20
HSL 313.94º 0.95% 0.41% -
HSV(B) 313.94º 0.98% 0.8% -
XYZ 30.77 15.24 33.22 -
YUV 81.53 170.6 214.64 -
System Red Green Blue C M Y K H S L
Decimal 203 5 157 0 0.98 0.23 0.20 313.94 0.95 0.41
Hex CB 5 9D 0 62 17 14 13A 5F 29
Octal 313 5 235 0 142 27 24 472 137 51
Binary 11001011 101 10011101 0 1100010 10111 10100 100111010 1011111 101001

Color Harmonies of #CB059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB059D

Black with #CB059D

Text Example


Text Example

White with #CB059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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