Html Css Color HEX #CA1DCD Deep Magenta

📋 copy color: '#CA1DCD'

red 202 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #CA1DCD

Tints of Deep Magenta #CA1DCD

RGB

 RED value IS 202 (79.3% from 255) = 46.33%

 GREEN value IS 29 (11.72% from 255) = 6.65%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 46.33%
G = 6.65%
B = 47.02%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA1DCD (or 0xCA1DCD) is known color: Deep Magenta. HEX triplet: CA, 1D and CD. RGB value is (202,29,205). Sum of RGB (Red+Green+Blue) = 202+29+205=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DCD is #35E232. Grayscale: #646464. Windows color (decimal): -3531315 or 13442506. OLE color: 13442506.

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

Color convert

RGB 202 29 205 -
CMYK 0.01 0.86 0 0.20
HSL 298.98º 0.75% 0.46% -
HSV(B) 298.98º 0.86% 0.8% -
XYZ 35.82 17.84 59.31 -
YUV 100.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 202 29 205 0.01 0.86 0 0.20 298.98 0.75 0.46
Hex CA 1D CD 1 56 0 14 12B 4B 2E
Octal 312 35 315 1 126 0 24 453 113 56
Binary 11001010 11101 11001101 1 1010110 0 10100 100101011 1001011 101110

Color Harmonies of #CA1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DCD

Black with #CA1DCD

Text Example


Text Example

White with #CA1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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