Html Css Color HEX #CA14D5 Deep Magenta

📋 copy color: '#CA14D5'

red 202 ◦ green 20 ◦ blue 213

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

Shades of Deep Magenta #CA14D5

Tints of Deep Magenta #CA14D5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.6%

 BLUE value IS 213 (83.59% from 255) = 48.97%

R = 46.44%
G = 4.6%
B = 48.97%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA14D5 (or 0xCA14D5) is known color: Deep Magenta. HEX triplet: CA, 14 and D5. RGB value is (202,20,213). Sum of RGB (Red+Green+Blue) = 202+20+213=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA14D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14D5 is #35EB2A. Grayscale: #5F5F5F. Windows color (decimal): -3533611 or 13964490. OLE color: 13964490.

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

Color convert

RGB 202 20 213 -
CMYK 0.05 0.91 0 0.16
HSL 296.58º 0.83% 0.46% -
HSV(B) 296.58º 0.91% 0.84% -
XYZ 36.62 17.86 64.47 -
YUV 96.42 193.8 203.31 -
System Red Green Blue C M Y K H S L
Decimal 202 20 213 0.05 0.91 0 0.16 296.58 0.83 0.46
Hex CA 14 D5 5 5B 0 10 129 53 2E
Octal 312 24 325 5 133 0 20 451 123 56
Binary 11001010 10100 11010101 101 1011011 0 10000 100101001 1010011 101110

Color Harmonies of #CA14D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14D5

Black with #CA14D5

Text Example


Text Example

White with #CA14D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14D5; }

 p { color: rgb(202,20,213); }

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

background-color css

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

 a { background-color: rgb(202,20,213); }

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

border-color css

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

 span { border-color: rgb(202,20,213); }

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