Html Css Color HEX #CD01C5 Deep Magenta

📋 copy color: '#CD01C5'

red 205 ◦ green 1 ◦ blue 197

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

Shades of Deep Magenta #CD01C5

Tints of Deep Magenta #CD01C5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 197 (77.34% from 255) = 48.88%

R = 50.87%
G = 0.25%
B = 48.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD01C5 (or 0xCD01C5) is known color: Deep Magenta. HEX triplet: CD, 01 and C5. RGB value is (205,1,197). Sum of RGB (Red+Green+Blue) = 205+1+197=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD01C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01C5 is #32FE3A. Grayscale: #535353. Windows color (decimal): -3341883 or 12911053. OLE color: 12911053.

HSL color Cylindrical-coordinate representation of color #CD01C5: hue angle of 302.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01C5 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 197 -
CMYK 0 1.00 0.04 0.20
HSL 302.35º 0.99% 0.4% -
HSV(B) 302.35º 1% 0.8% -
XYZ 35.27 17.03 54.25 -
YUV 84.34 191.59 214.06 -
System Red Green Blue C M Y K H S L
Decimal 205 1 197 0 1.00 0.04 0.20 302.35 0.99 0.4
Hex CD 1 C5 0 64 4 14 12E 63 28
Octal 315 1 305 0 144 4 24 456 143 50
Binary 11001101 1 11000101 0 1100100 100 10100 100101110 1100011 101000

Color Harmonies of #CD01C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01C5

Black with #CD01C5

Text Example


Text Example

White with #CD01C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01C5; }

 p { color: rgb(205,1,197); }

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

background-color css

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

 a { background-color: rgb(205,1,197); }

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

border-color css

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

 span { border-color: rgb(205,1,197); }

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