Html Css Color HEX #CD01CA Deep Magenta

📋 copy color: '#CD01CA'

red 205 ◦ green 1 ◦ blue 202

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

Shades of Deep Magenta #CD01CA

Tints of Deep Magenta #CD01CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 50.25%
G = 0.25%
B = 49.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD01CA (or 0xCD01CA) is known color: Deep Magenta. HEX triplet: CD, 01 and CA. RGB value is (205,1,202). Sum of RGB (Red+Green+Blue) = 205+1+202=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD01CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01CA is #32FE35. Grayscale: #545454. Windows color (decimal): -3341878 or 13238733. OLE color: 13238733.

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

Color convert

RGB 205 1 202 -
CMYK 0 1.00 0.01 0.20
HSL 300.88º 0.99% 0.4% -
HSV(B) 300.88º 1% 0.8% -
XYZ 35.85 17.27 57.32 -
YUV 84.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 205 1 202 0 1.00 0.01 0.20 300.88 0.99 0.4
Hex CD 1 CA 0 64 1 14 12D 63 28
Octal 315 1 312 0 144 1 24 455 143 50
Binary 11001101 1 11001010 0 1100100 1 10100 100101101 1100011 101000

Color Harmonies of #CD01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01CA

Black with #CD01CA

Text Example


Text Example

White with #CD01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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