Html Css Color HEX #CA13BB Deep Magenta

📋 copy color: '#CA13BB'

red 202 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #CA13BB

Tints of Deep Magenta #CA13BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 49.51%
G = 4.66%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA13BB (or 0xCA13BB) is known color: Deep Magenta. HEX triplet: CA, 13 and BB. RGB value is (202,19,187). Sum of RGB (Red+Green+Blue) = 202+19+187=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13BB is #35EC44. Grayscale: #5C5C5C. Windows color (decimal): -3533893 or 12260298. OLE color: 12260298.

HSL color Cylindrical-coordinate representation of color #CA13BB: hue angle of 304.92º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13BB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 187 -
CMYK 0 0.91 0.07 0.21
HSL 304.92º 0.83% 0.43% -
HSV(B) 304.92º 0.91% 0.79% -
XYZ 33.56 16.61 48.45 -
YUV 92.87 181.13 205.84 -
System Red Green Blue C M Y K H S L
Decimal 202 19 187 0 0.91 0.07 0.21 304.92 0.83 0.43
Hex CA 13 BB 0 5B 7 15 131 53 2B
Octal 312 23 273 0 133 7 25 461 123 53
Binary 11001010 10011 10111011 0 1011011 111 10101 100110001 1010011 101011

Color Harmonies of #CA13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13BB

Black with #CA13BB

Text Example


Text Example

White with #CA13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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