Html Css Color HEX #CA14D6 Deep Magenta

📋 copy color: '#CA14D6'

red 202 ◦ green 20 ◦ blue 214

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

Shades of Deep Magenta #CA14D6

Tints of Deep Magenta #CA14D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 46.33%
G = 4.59%
B = 49.08%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA14D6 (or 0xCA14D6) is known color: Deep Magenta. HEX triplet: CA, 14 and D6. RGB value is (202,20,214). Sum of RGB (Red+Green+Blue) = 202+20+214=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA14D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14D6 is #35EB29. Grayscale: #5F5F5F. Windows color (decimal): -3533610 or 14030026. OLE color: 14030026.

HSL color Cylindrical-coordinate representation of color #CA14D6: hue angle of 296.29º 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 #CA14D6 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 20 214 -
CMYK 0.06 0.91 0 0.16
HSL 296.29º 0.83% 0.46% -
HSV(B) 296.29º 0.91% 0.84% -
XYZ 36.74 17.91 65.14 -
YUV 96.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 202 20 214 0.06 0.91 0 0.16 296.29 0.83 0.46
Hex CA 14 D6 6 5B 0 10 128 53 2E
Octal 312 24 326 6 133 0 20 450 123 56
Binary 11001010 10100 11010110 110 1011011 0 10000 100101000 1010011 101110

Color Harmonies of #CA14D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14D6

Black with #CA14D6

Text Example


Text Example

White with #CA14D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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