Html Css Color HEX #CB13DC Deep Magenta

📋 copy color: '#CB13DC'

red 203 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #CB13DC

Tints of Deep Magenta #CB13DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 45.93%
G = 4.3%
B = 49.77%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB13DC (or 0xCB13DC) is known color: Deep Magenta. HEX triplet: CB, 13 and DC. RGB value is (203,19,220). Sum of RGB (Red+Green+Blue) = 203+19+220=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13DC is #34EC23. Grayscale: #606060. Windows color (decimal): -3468324 or 14422987. OLE color: 14422987.

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

Color convert

RGB 203 19 220 -
CMYK 0.08 0.91 0 0.14
HSL 294.93º 0.84% 0.47% -
HSV(B) 294.93º 0.91% 0.86% -
XYZ 37.78 18.33 69.26 -
YUV 96.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 203 19 220 0.08 0.91 0 0.14 294.93 0.84 0.47
Hex CB 13 DC 8 5B 0 E 127 54 2F
Octal 313 23 334 10 133 0 16 447 124 57
Binary 11001011 10011 11011100 1000 1011011 0 1110 100100111 1010100 101111

Color Harmonies of #CB13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13DC

Black with #CB13DC

Text Example


Text Example

White with #CB13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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