Html Css Color HEX #CA13DA Deep Magenta

📋 copy color: '#CA13DA'

red 202 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #CA13DA

Tints of Deep Magenta #CA13DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.33%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 46.01%
G = 4.33%
B = 49.66%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA13DA (or 0xCA13DA) is known color: Deep Magenta. HEX triplet: CA, 13 and DA. RGB value is (202,19,218). Sum of RGB (Red+Green+Blue) = 202+19+218=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13DA is #35EC25. Grayscale: #5F5F5F. Windows color (decimal): -3533862 or 14291914. OLE color: 14291914.

HSL color Cylindrical-coordinate representation of color #CA13DA: hue angle of 295.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13DA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 19 218 -
CMYK 0.07 0.91 0 0.15
HSL 295.18º 0.84% 0.46% -
HSV(B) 295.18º 0.91% 0.85% -
XYZ 37.24 18.08 67.86 -
YUV 96.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 202 19 218 0.07 0.91 0 0.15 295.18 0.84 0.46
Hex CA 13 DA 7 5B 0 F 127 54 2E
Octal 312 23 332 7 133 0 17 447 124 56
Binary 11001010 10011 11011010 111 1011011 0 1111 100100111 1010100 101110

Color Harmonies of #CA13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13DA

Black with #CA13DA

Text Example


Text Example

White with #CA13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13DA; }

 p { color: rgb(202,19,218); }

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

background-color css

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

 a { background-color: rgb(202,19,218); }

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

border-color css

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

 span { border-color: rgb(202,19,218); }

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