Html Css Color HEX #CD01BB Deep Magenta

📋 copy color: '#CD01BB'

red 205 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #CD01BB

Tints of Deep Magenta #CD01BB

RGB

 RED value IS 205 (80.47% from 255) = 52.16%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 52.16%
G = 0.25%
B = 47.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD01BB (or 0xCD01BB) is known color: Deep Magenta. HEX triplet: CD, 01 and BB. RGB value is (205,1,187). Sum of RGB (Red+Green+Blue) = 205+1+187=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01BB is #32FE44. Grayscale: #525252. Windows color (decimal): -3341893 or 12255693. OLE color: 12255693.

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

Color convert

RGB 205 1 187 -
CMYK 0 1.00 0.09 0.20
HSL 305.29º 0.99% 0.4% -
HSV(B) 305.29º 1% 0.8% -
XYZ 34.16 16.59 48.42 -
YUV 83.2 186.59 214.88 -
System Red Green Blue C M Y K H S L
Decimal 205 1 187 0 1.00 0.09 0.20 305.29 0.99 0.4
Hex CD 1 BB 0 64 9 14 131 63 28
Octal 315 1 273 0 144 11 24 461 143 50
Binary 11001101 1 10111011 0 1100100 1001 10100 100110001 1100011 101000

Color Harmonies of #CD01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01BB

Black with #CD01BB

Text Example


Text Example

White with #CD01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01BB; }

 p { color: rgb(205,1,187); }

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

background-color css

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

 a { background-color: rgb(205,1,187); }

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

border-color css

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

 span { border-color: rgb(205,1,187); }

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