Html Css Color HEX #CB15D3 Deep Magenta

📋 copy color: '#CB15D3'

red 203 ◦ green 21 ◦ blue 211

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

Shades of Deep Magenta #CB15D3

Tints of Deep Magenta #CB15D3

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

 BLUE value IS 211 (82.81% from 255) = 48.51%

R = 46.67%
G = 4.83%
B = 48.51%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB15D3 (or 0xCB15D3) is known color: Deep Magenta. HEX triplet: CB, 15 and D3. RGB value is (203,21,211). Sum of RGB (Red+Green+Blue) = 203+21+211=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB15D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15D3 is #34EA2C. Grayscale: #606060. Windows color (decimal): -3467821 or 13833675. OLE color: 13833675.

HSL color Cylindrical-coordinate representation of color #CB15D3: hue angle of 297.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15D3 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 21 211 -
CMYK 0.04 0.90 0 0.17
HSL 297.47º 0.82% 0.45% -
HSV(B) 297.47º 0.9% 0.83% -
XYZ 36.65 17.94 63.16 -
YUV 97.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 203 21 211 0.04 0.90 0 0.17 297.47 0.82 0.45
Hex CB 15 D3 4 5A 0 11 129 52 2D
Octal 313 25 323 4 132 0 21 451 122 55
Binary 11001011 10101 11010011 100 1011010 0 10001 100101001 1010010 101101

Color Harmonies of #CB15D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15D3

Black with #CB15D3

Text Example


Text Example

White with #CB15D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15D3; }

 p { color: rgb(203,21,211); }

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

background-color css

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

 a { background-color: rgb(203,21,211); }

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

border-color css

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

 span { border-color: rgb(203,21,211); }

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