Html Css Color HEX #CB13DD Deep Magenta

📋 copy color: '#CB13DD'

red 203 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #CB13DD

Tints of Deep Magenta #CB13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 45.82%
G = 4.29%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB13DD (or 0xCB13DD) is known color: Deep Magenta. HEX triplet: CB, 13 and DD. RGB value is (203,19,221). Sum of RGB (Red+Green+Blue) = 203+19+221=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13DD is #34EC22. Grayscale: #606060. Windows color (decimal): -3468323 or 14488523. OLE color: 14488523.

HSL color Cylindrical-coordinate representation of color #CB13DD: hue angle of 294.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13DD is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 19 221 -
CMYK 0.08 0.91 0 0.13
HSL 294.65º 0.84% 0.47% -
HSV(B) 294.65º 0.91% 0.87% -
XYZ 37.91 18.38 69.96 -
YUV 97.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 203 19 221 0.08 0.91 0 0.13 294.65 0.84 0.47
Hex CB 13 DD 8 5B 0 D 127 54 2F
Octal 313 23 335 10 133 0 15 447 124 57
Binary 11001011 10011 11011101 1000 1011011 0 1101 100100111 1010100 101111

Color Harmonies of #CB13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13DD

Black with #CB13DD

Text Example


Text Example

White with #CB13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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