Html Css Color HEX #CA14B2 Deep Magenta

📋 copy color: '#CA14B2'

red 202 ◦ green 20 ◦ blue 178

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

Shades of Deep Magenta #CA14B2

Tints of Deep Magenta #CA14B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 50.5%
G = 5%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA14B2 (or 0xCA14B2) is known color: Deep Magenta. HEX triplet: CA, 14 and B2. RGB value is (202,20,178). Sum of RGB (Red+Green+Blue) = 202+20+178=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14B2 is #35EB4D. Grayscale: #5B5B5B. Windows color (decimal): -3533646 or 11670730. OLE color: 11670730.

HSL color Cylindrical-coordinate representation of color #CA14B2: hue angle of 307.91º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14B2 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 178 -
CMYK 0 0.90 0.12 0.21
HSL 307.91º 0.82% 0.44% -
HSV(B) 307.91º 0.9% 0.79% -
XYZ 32.64 16.27 43.54 -
YUV 92.43 176.3 206.15 -
System Red Green Blue C M Y K H S L
Decimal 202 20 178 0 0.90 0.12 0.21 307.91 0.82 0.44
Hex CA 14 B2 0 5A C 15 134 52 2C
Octal 312 24 262 0 132 14 25 464 122 54
Binary 11001010 10100 10110010 0 1011010 1100 10101 100110100 1010010 101100

Color Harmonies of #CA14B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14B2

Black with #CA14B2

Text Example


Text Example

White with #CA14B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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