Html Css Color HEX #CB059B Medium Violet Red

📋 copy color: '#CB059B'

red 203 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #CB059B

Tints of Medium Violet Red #CB059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 55.92%
G = 1.38%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB059B (or 0xCB059B) is known color: Medium Violet Red. HEX triplet: CB, 05 and 9B. RGB value is (203,5,155). Sum of RGB (Red+Green+Blue) = 203+5+155=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB059B is #34FA64. Grayscale: #505050. Windows color (decimal): -3471973 or 10159563. OLE color: 10159563.

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

Color convert

RGB 203 5 155 -
CMYK 0 0.98 0.24 0.20
HSL 314.55º 0.95% 0.41% -
HSV(B) 314.55º 0.98% 0.8% -
XYZ 30.6 15.17 32.33 -
YUV 81.3 169.6 214.8 -
System Red Green Blue C M Y K H S L
Decimal 203 5 155 0 0.98 0.24 0.20 314.55 0.95 0.41
Hex CB 5 9B 0 62 18 14 13B 5F 29
Octal 313 5 233 0 142 30 24 473 137 51
Binary 11001011 101 10011011 0 1100010 11000 10100 100111011 1011111 101001

Color Harmonies of #CB059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB059B

Black with #CB059B

Text Example


Text Example

White with #CB059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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