Html Css Color HEX #CB01D9 Deep Magenta

📋 copy color: '#CB01D9'

red 203 ◦ green 1 ◦ blue 217

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

Shades of Deep Magenta #CB01D9

Tints of Deep Magenta #CB01D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.54%

R = 48.22%
G = 0.24%
B = 51.54%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB01D9 (or 0xCB01D9) is known color: Deep Magenta. HEX triplet: CB, 01 and D9. RGB value is (203,1,217). Sum of RGB (Red+Green+Blue) = 203+1+217=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB01D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01D9 is #34FE26. Grayscale: #555555. Windows color (decimal): -3472935 or 14221771. OLE color: 14221771.

HSL color Cylindrical-coordinate representation of color #CB01D9: hue angle of 296.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01D9 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 1 217 -
CMYK 0.06 1.00 0 0.15
HSL 296.11º 0.99% 0.43% -
HSV(B) 296.11º 1% 0.85% -
XYZ 37.16 17.73 67.11 -
YUV 86.02 201.92 211.44 -
System Red Green Blue C M Y K H S L
Decimal 203 1 217 0.06 1.00 0 0.15 296.11 0.99 0.43
Hex CB 1 D9 6 64 0 F 128 63 2B
Octal 313 1 331 6 144 0 17 450 143 53
Binary 11001011 1 11011001 110 1100100 0 1111 100101000 1100011 101011

Color Harmonies of #CB01D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01D9

Black with #CB01D9

Text Example


Text Example

White with #CB01D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01D9; }

 p { color: rgb(203,1,217); }

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

background-color css

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

 a { background-color: rgb(203,1,217); }

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

border-color css

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

 span { border-color: rgb(203,1,217); }

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