Html Css Color HEX #CD17BE Deep Magenta

📋 copy color: '#CD17BE'

red 205 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #CD17BE

Tints of Deep Magenta #CD17BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.5%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 49.04%
G = 5.5%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CD17BE (or 0xCD17BE) is known color: Deep Magenta. HEX triplet: CD, 17 and BE. RGB value is (205,23,190). Sum of RGB (Red+Green+Blue) = 205+23+190=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17BE is #32E841. Grayscale: #5F5F5F. Windows color (decimal): -3336258 or 12457933. OLE color: 12457933.

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

Color convert

RGB 205 23 190 -
CMYK 0 0.89 0.07 0.20
HSL 304.95º 0.8% 0.45% -
HSV(B) 304.95º 0.89% 0.8% -
XYZ 34.78 17.31 50.22 -
YUV 96.46 180.8 205.42 -
System Red Green Blue C M Y K H S L
Decimal 205 23 190 0 0.89 0.07 0.20 304.95 0.8 0.45
Hex CD 17 BE 0 59 7 14 131 50 2D
Octal 315 27 276 0 131 7 24 461 120 55
Binary 11001101 10111 10111110 0 1011001 111 10100 100110001 1010000 101101

Color Harmonies of #CD17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17BE

Black with #CD17BE

Text Example


Text Example

White with #CD17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17BE; }

 p { color: rgb(205,23,190); }

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

background-color css

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

 a { background-color: rgb(205,23,190); }

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

border-color css

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

 span { border-color: rgb(205,23,190); }

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