Html Css Color HEX #CD18BA Deep Magenta

📋 copy color: '#CD18BA'

red 205 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #CD18BA

Tints of Deep Magenta #CD18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 49.4%
G = 5.78%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD18BA (or 0xCD18BA) is known color: Deep Magenta. HEX triplet: CD, 18 and BA. RGB value is (205,24,186). Sum of RGB (Red+Green+Blue) = 205+24+186=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18BA is #32E745. Grayscale: #606060. Windows color (decimal): -3336006 or 12196045. OLE color: 12196045.

HSL color Cylindrical-coordinate representation of color #CD18BA: hue angle of 306.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD18BA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 186 -
CMYK 0 0.88 0.09 0.20
HSL 306.3º 0.79% 0.45% -
HSV(B) 306.3º 0.88% 0.8% -
XYZ 34.37 17.18 47.96 -
YUV 96.59 178.47 205.33 -
System Red Green Blue C M Y K H S L
Decimal 205 24 186 0 0.88 0.09 0.20 306.3 0.79 0.45
Hex CD 18 BA 0 58 9 14 132 4F 2D
Octal 315 30 272 0 130 11 24 462 117 55
Binary 11001101 11000 10111010 0 1011000 1001 10100 100110010 1001111 101101

Color Harmonies of #CD18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18BA

Black with #CD18BA

Text Example


Text Example

White with #CD18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18BA; }

 p { color: rgb(205,24,186); }

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

background-color css

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

 a { background-color: rgb(205,24,186); }

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

border-color css

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

 span { border-color: rgb(205,24,186); }

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