Html Css Color HEX #CD1CE1 Deep Magenta

📋 copy color: '#CD1CE1'

red 205 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #CD1CE1

Tints of Deep Magenta #CD1CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.11%

 BLUE value IS 225 (88.28% from 255) = 49.13%

R = 44.76%
G = 6.11%
B = 49.13%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD1CE1 (or 0xCD1CE1) is known color: Deep Magenta. HEX triplet: CD, 1C and E1. RGB value is (205,28,225). Sum of RGB (Red+Green+Blue) = 205+28+225=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CE1 is #32E31E. Grayscale: #666666. Windows color (decimal): -3334943 or 14752973. OLE color: 14752973.

HSL color Cylindrical-coordinate representation of color #CD1CE1: hue angle of 293.91º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1CE1 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 28 225 -
CMYK 0.09 0.88 0 0.12
HSL 293.91º 0.78% 0.5% -
HSV(B) 293.91º 0.88% 0.88% -
XYZ 39.18 19.25 72.88 -
YUV 103.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 205 28 225 0.09 0.88 0 0.12 293.91 0.78 0.5
Hex CD 1C E1 9 58 0 C 126 4E 32
Octal 315 34 341 11 130 0 14 446 116 62
Binary 11001101 11100 11100001 1001 1011000 0 1100 100100110 1001110 110010

Color Harmonies of #CD1CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CE1

Black with #CD1CE1

Text Example


Text Example

White with #CD1CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CE1; }

 p { color: rgb(205,28,225); }

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

background-color css

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

 a { background-color: rgb(205,28,225); }

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

border-color css

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

 span { border-color: rgb(205,28,225); }

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