Html Css Color HEX #CB13A0 Medium Violet Red

📋 copy color: '#CB13A0'

red 203 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #CB13A0

Tints of Medium Violet Red #CB13A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 53.14%
G = 4.97%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB13A0 (or 0xCB13A0) is known color: Medium Violet Red. HEX triplet: CB, 13 and A0. RGB value is (203,19,160). Sum of RGB (Red+Green+Blue) = 203+19+160=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB13A0 is #34EC5F. Grayscale: #595959. Windows color (decimal): -3468384 or 10490827. OLE color: 10490827.

HSL color Cylindrical-coordinate representation of color #CB13A0: hue angle of 314.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13A0 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 160 -
CMYK 0 0.91 0.21 0.20
HSL 314.02º 0.83% 0.44% -
HSV(B) 314.02º 0.91% 0.8% -
XYZ 31.21 15.7 34.64 -
YUV 90.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 203 19 160 0 0.91 0.21 0.20 314.02 0.83 0.44
Hex CB 13 A0 0 5B 15 14 13A 53 2C
Octal 313 23 240 0 133 25 24 472 123 54
Binary 11001011 10011 10100000 0 1011011 10101 10100 100111010 1010011 101100

Color Harmonies of #CB13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13A0

Black with #CB13A0

Text Example


Text Example

White with #CB13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13A0; }

 p { color: rgb(203,19,160); }

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

background-color css

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

 a { background-color: rgb(203,19,160); }

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

border-color css

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

 span { border-color: rgb(203,19,160); }

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