Html Css Color HEX #CB13AB Deep Magenta

📋 copy color: '#CB13AB'

red 203 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #CB13AB

Tints of Deep Magenta #CB13AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 51.65%
G = 4.83%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB13AB (or 0xCB13AB) is known color: Deep Magenta. HEX triplet: CB, 13 and AB. RGB value is (203,19,171). Sum of RGB (Red+Green+Blue) = 203+19+171=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB13AB is #34EC54. Grayscale: #5A5A5A. Windows color (decimal): -3468373 or 11211723. OLE color: 11211723.

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

Color convert

RGB 203 19 171 -
CMYK 0 0.91 0.16 0.20
HSL 310.43º 0.83% 0.44% -
HSV(B) 310.43º 0.91% 0.8% -
XYZ 32.21 16.1 39.94 -
YUV 91.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 203 19 171 0 0.91 0.16 0.20 310.43 0.83 0.44
Hex CB 13 AB 0 5B 10 14 136 53 2C
Octal 313 23 253 0 133 20 24 466 123 54
Binary 11001011 10011 10101011 0 1011011 10000 10100 100110110 1010011 101100

Color Harmonies of #CB13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13AB

Black with #CB13AB

Text Example


Text Example

White with #CB13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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