Html Css Color HEX #CD1EC4 Deep Magenta

📋 copy color: '#CD1EC4'

red 205 ◦ green 30 ◦ blue 196

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

Shades of Deep Magenta #CD1EC4

Tints of Deep Magenta #CD1EC4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 47.56%
G = 6.96%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD1EC4 (or 0xCD1EC4) is known color: Deep Magenta. HEX triplet: CD, 1E and C4. RGB value is (205,30,196). Sum of RGB (Red+Green+Blue) = 205+30+196=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1EC4 is #32E13B. Grayscale: #646464. Windows color (decimal): -3334460 or 12852941. OLE color: 12852941.

HSL color Cylindrical-coordinate representation of color #CD1EC4: hue angle of 303.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1EC4 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 30 196 -
CMYK 0 0.85 0.04 0.20
HSL 303.09º 0.74% 0.46% -
HSV(B) 303.09º 0.85% 0.8% -
XYZ 35.6 17.89 53.8 -
YUV 101.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 205 30 196 0 0.85 0.04 0.20 303.09 0.74 0.46
Hex CD 1E C4 0 55 4 14 12F 4A 2E
Octal 315 36 304 0 125 4 24 457 112 56
Binary 11001101 11110 11000100 0 1010101 100 10100 100101111 1001010 101110

Color Harmonies of #CD1EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1EC4

Black with #CD1EC4

Text Example


Text Example

White with #CD1EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1EC4; }

 p { color: rgb(205,30,196); }

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

background-color css

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

 a { background-color: rgb(205,30,196); }

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

border-color css

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

 span { border-color: rgb(205,30,196); }

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