Html Css Color HEX #CD00CA Deep Magenta

📋 copy color: '#CD00CA'

red 205 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #CD00CA

Tints of Deep Magenta #CD00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.37%
G = 0%
B = 49.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD00CA (or 0xCD00CA) is known color: Deep Magenta. HEX triplet: CD, 00 and CA. RGB value is (205,0,202). Sum of RGB (Red+Green+Blue) = 205+0+202=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00CA is #32FF35. Grayscale: #535353. Windows color (decimal): -3342134 or 13238477. OLE color: 13238477.

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

Color convert

RGB 205 0 202 -
CMYK 0 1 0.01 0.20
HSL 300.88º 1% 0.4% -
HSV(B) 300.88º 1% 0.8% -
XYZ 35.84 17.24 57.32 -
YUV 84.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 205 0 202 0 1 0.01 0.20 300.88 1 0.4
Hex CD 0 CA 0 64 1 14 12D 64 28
Octal 315 0 312 0 144 1 24 455 144 50
Binary 11001101 0 11001010 0 1100100 1 10100 100101101 1100100 101000

Color Harmonies of #CD00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00CA

Black with #CD00CA

Text Example


Text Example

White with #CD00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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