Html Css Color HEX #CB01DF Deep Magenta

📋 copy color: '#CB01DF'

red 203 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #CB01DF

Tints of Deep Magenta #CB01DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 47.54%
G = 0.23%
B = 52.22%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB01DF (or 0xCB01DF) is known color: Deep Magenta. HEX triplet: CB, 01 and DF. RGB value is (203,1,223). Sum of RGB (Red+Green+Blue) = 203+1+223=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01DF is #34FE20. Grayscale: #565656. Windows color (decimal): -3472929 or 14614987. OLE color: 14614987.

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

Color convert

RGB 203 1 223 -
CMYK 0.09 1.00 0 0.13
HSL 294.59º 0.99% 0.44% -
HSV(B) 294.59º 1% 0.87% -
XYZ 37.96 18.05 71.29 -
YUV 86.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 203 1 223 0.09 1.00 0 0.13 294.59 0.99 0.44
Hex CB 1 DF 9 64 0 D 127 63 2C
Octal 313 1 337 11 144 0 15 447 143 54
Binary 11001011 1 11011111 1001 1100100 0 1101 100100111 1100011 101100

Color Harmonies of #CB01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01DF

Black with #CB01DF

Text Example


Text Example

White with #CB01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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