Html Css Color HEX #CD18C9 Deep Magenta

📋 copy color: '#CD18C9'

red 205 ◦ green 24 ◦ blue 201

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

Shades of Deep Magenta #CD18C9

Tints of Deep Magenta #CD18C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 47.67%
G = 5.58%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD18C9 (or 0xCD18C9) is known color: Deep Magenta. HEX triplet: CD, 18 and C9. RGB value is (205,24,201). Sum of RGB (Red+Green+Blue) = 205+24+201=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18C9 is #32E736. Grayscale: #616161. Windows color (decimal): -3335991 or 13179085. OLE color: 13179085.

HSL color Cylindrical-coordinate representation of color #CD18C9: hue angle of 301.33º 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 #CD18C9 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 201 -
CMYK 0 0.88 0.02 0.20
HSL 301.33º 0.79% 0.45% -
HSV(B) 301.33º 0.88% 0.8% -
XYZ 36.05 17.85 56.8 -
YUV 98.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 205 24 201 0 0.88 0.02 0.20 301.33 0.79 0.45
Hex CD 18 C9 0 58 2 14 12D 4F 2D
Octal 315 30 311 0 130 2 24 455 117 55
Binary 11001101 11000 11001001 0 1011000 10 10100 100101101 1001111 101101

Color Harmonies of #CD18C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18C9

Black with #CD18C9

Text Example


Text Example

White with #CD18C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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