Html Css Color HEX #CA17BA Deep Magenta

📋 copy color: '#CA17BA'

red 202 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #CA17BA

Tints of Deep Magenta #CA17BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.6%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 49.15%
G = 5.6%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA17BA (or 0xCA17BA) is known color: Deep Magenta. HEX triplet: CA, 17 and BA. RGB value is (202,23,186). Sum of RGB (Red+Green+Blue) = 202+23+186=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17BA is #35E845. Grayscale: #5E5E5E. Windows color (decimal): -3532870 or 12195786. OLE color: 12195786.

HSL color Cylindrical-coordinate representation of color #CA17BA: hue angle of 305.36º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17BA is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 186 -
CMYK 0 0.89 0.08 0.21
HSL 305.36º 0.8% 0.44% -
HSV(B) 305.36º 0.89% 0.79% -
XYZ 33.53 16.71 47.91 -
YUV 95.1 179.3 204.25 -
System Red Green Blue C M Y K H S L
Decimal 202 23 186 0 0.89 0.08 0.21 305.36 0.8 0.44
Hex CA 17 BA 0 59 8 15 131 50 2C
Octal 312 27 272 0 131 10 25 461 120 54
Binary 11001010 10111 10111010 0 1011001 1000 10101 100110001 1010000 101100

Color Harmonies of #CA17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17BA

Black with #CA17BA

Text Example


Text Example

White with #CA17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17BA; }

 p { color: rgb(202,23,186); }

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

background-color css

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

 a { background-color: rgb(202,23,186); }

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

border-color css

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

 span { border-color: rgb(202,23,186); }

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