Html Css Color HEX #CB15A1 Medium Violet Red

📋 copy color: '#CB15A1'

red 203 ◦ green 21 ◦ blue 161

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

Shades of Medium Violet Red #CB15A1

Tints of Medium Violet Red #CB15A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.45%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 52.73%
G = 5.45%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB15A1 (or 0xCB15A1) is known color: Medium Violet Red. HEX triplet: CB, 15 and A1. RGB value is (203,21,161). Sum of RGB (Red+Green+Blue) = 203+21+161=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15A1 is #34EA5E. Grayscale: #5B5B5B. Windows color (decimal): -3467871 or 10556875. OLE color: 10556875.

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

Color convert

RGB 203 21 161 -
CMYK 0 0.90 0.21 0.20
HSL 313.85º 0.81% 0.44% -
HSV(B) 313.85º 0.9% 0.8% -
XYZ 31.33 15.81 35.12 -
YUV 91.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 203 21 161 0 0.90 0.21 0.20 313.85 0.81 0.44
Hex CB 15 A1 0 5A 15 14 13A 51 2C
Octal 313 25 241 0 132 25 24 472 121 54
Binary 11001011 10101 10100001 0 1011010 10101 10100 100111010 1010001 101100

Color Harmonies of #CB15A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15A1

Black with #CB15A1

Text Example


Text Example

White with #CB15A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15A1; }

 p { color: rgb(203,21,161); }

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

background-color css

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

 a { background-color: rgb(203,21,161); }

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

border-color css

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

 span { border-color: rgb(203,21,161); }

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