Html Css Color HEX #CD01C6 Deep Magenta

📋 copy color: '#CD01C6'

red 205 ◦ green 1 ◦ blue 198

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

Shades of Deep Magenta #CD01C6

Tints of Deep Magenta #CD01C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.01%

R = 50.74%
G = 0.25%
B = 49.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD01C6 (or 0xCD01C6) is known color: Deep Magenta. HEX triplet: CD, 01 and C6. RGB value is (205,1,198). Sum of RGB (Red+Green+Blue) = 205+1+198=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD01C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01C6 is #32FE39. Grayscale: #535353. Windows color (decimal): -3341882 or 12976589. OLE color: 12976589.

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

Color convert

RGB 205 1 198 -
CMYK 0 1.00 0.03 0.20
HSL 302.06º 0.99% 0.4% -
HSV(B) 302.06º 1% 0.8% -
XYZ 35.38 17.08 54.86 -
YUV 84.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 205 1 198 0 1.00 0.03 0.20 302.06 0.99 0.4
Hex CD 1 C6 0 64 3 14 12E 63 28
Octal 315 1 306 0 144 3 24 456 143 50
Binary 11001101 1 11000110 0 1100100 11 10100 100101110 1100011 101000

Color Harmonies of #CD01C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01C6

Black with #CD01C6

Text Example


Text Example

White with #CD01C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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