Html Css Color HEX #CD15B4 Deep Magenta

📋 copy color: '#CD15B4'

red 205 ◦ green 21 ◦ blue 180

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

Shades of Deep Magenta #CD15B4

Tints of Deep Magenta #CD15B4

RGB

 RED value IS 205 (80.47% from 255) = 50.49%

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

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 50.49%
G = 5.17%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CD15B4 (or 0xCD15B4) is known color: Deep Magenta. HEX triplet: CD, 15 and B4. RGB value is (205,21,180). Sum of RGB (Red+Green+Blue) = 205+21+180=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD15B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15B4 is #32EA4B. Grayscale: #5D5D5D. Windows color (decimal): -3336780 or 11802061. OLE color: 11802061.

HSL color Cylindrical-coordinate representation of color #CD15B4: hue angle of 308.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15B4 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 180 -
CMYK 0 0.90 0.12 0.20
HSL 308.15º 0.81% 0.44% -
HSV(B) 308.15º 0.9% 0.8% -
XYZ 33.68 16.81 44.65 -
YUV 94.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 205 21 180 0 0.90 0.12 0.20 308.15 0.81 0.44
Hex CD 15 B4 0 5A C 14 134 51 2C
Octal 315 25 264 0 132 14 24 464 121 54
Binary 11001101 10101 10110100 0 1011010 1100 10100 100110100 1010001 101100

Color Harmonies of #CD15B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15B4

Black with #CD15B4

Text Example


Text Example

White with #CD15B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15B4; }

 p { color: rgb(205,21,180); }

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

background-color css

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

 a { background-color: rgb(205,21,180); }

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

border-color css

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

 span { border-color: rgb(205,21,180); }

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