Html Css Color HEX #CB00AD Deep Magenta

📋 copy color: '#CB00AD'

red 203 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #CB00AD

Tints of Deep Magenta #CB00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 53.99%
G = 0%
B = 46.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB00AD (or 0xCB00AD) is known color: Deep Magenta. HEX triplet: CB, 00 and AD. RGB value is (203,0,173). Sum of RGB (Red+Green+Blue) = 203+0+173=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00AD is #34FF52. Grayscale: #4F4F4F. Windows color (decimal): -3473235 or 11337931. OLE color: 11337931.

HSL color Cylindrical-coordinate representation of color #CB00AD: hue angle of 308.87º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00AD is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 173 -
CMYK 0 1 0.15 0.20
HSL 308.87º 1% 0.4% -
HSV(B) 308.87º 1% 0.8% -
XYZ 32.17 15.71 40.87 -
YUV 80.42 180.25 215.43 -
System Red Green Blue C M Y K H S L
Decimal 203 0 173 0 1 0.15 0.20 308.87 1 0.4
Hex CB 0 AD 0 64 F 14 135 64 28
Octal 313 0 255 0 144 17 24 465 144 50
Binary 11001011 0 10101101 0 1100100 1111 10100 100110101 1100100 101000

Color Harmonies of #CB00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00AD

Black with #CB00AD

Text Example


Text Example

White with #CB00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00AD; }

 p { color: rgb(203,0,173); }

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

background-color css

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

 a { background-color: rgb(203,0,173); }

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

border-color css

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

 span { border-color: rgb(203,0,173); }

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