Html Css Color HEX #CB15A5 Medium Violet Red

📋 copy color: '#CB15A5'

red 203 ◦ green 21 ◦ blue 165

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

Shades of Medium Violet Red #CB15A5

Tints of Medium Violet Red #CB15A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 52.19%
G = 5.4%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB15A5 (or 0xCB15A5) is known color: Medium Violet Red. HEX triplet: CB, 15 and A5. RGB value is (203,21,165). Sum of RGB (Red+Green+Blue) = 203+21+165=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15A5 is #34EA5A. Grayscale: #5B5B5B. Windows color (decimal): -3467867 or 10819019. OLE color: 10819019.

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

Color convert

RGB 203 21 165 -
CMYK 0 0.90 0.19 0.20
HSL 312.53º 0.81% 0.44% -
HSV(B) 312.53º 0.9% 0.8% -
XYZ 31.69 15.95 37.01 -
YUV 91.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 203 21 165 0 0.90 0.19 0.20 312.53 0.81 0.44
Hex CB 15 A5 0 5A 13 14 139 51 2C
Octal 313 25 245 0 132 23 24 471 121 54
Binary 11001011 10101 10100101 0 1011010 10011 10100 100111001 1010001 101100

Color Harmonies of #CB15A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15A5

Black with #CB15A5

Text Example


Text Example

White with #CB15A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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