Html Css Color HEX #CA16BC Deep Magenta

📋 copy color: '#CA16BC'

red 202 ◦ green 22 ◦ blue 188

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

Shades of Deep Magenta #CA16BC

Tints of Deep Magenta #CA16BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.34%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 49.03%
G = 5.34%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA16BC (or 0xCA16BC) is known color: Deep Magenta. HEX triplet: CA, 16 and BC. RGB value is (202,22,188). Sum of RGB (Red+Green+Blue) = 202+22+188=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16BC is #35E943. Grayscale: #5E5E5E. Windows color (decimal): -3533124 or 12326602. OLE color: 12326602.

HSL color Cylindrical-coordinate representation of color #CA16BC: hue angle of 304.67º 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 #CA16BC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 188 -
CMYK 0 0.89 0.07 0.21
HSL 304.67º 0.8% 0.44% -
HSV(B) 304.67º 0.89% 0.79% -
XYZ 33.72 16.76 49.03 -
YUV 94.74 180.63 204.5 -
System Red Green Blue C M Y K H S L
Decimal 202 22 188 0 0.89 0.07 0.21 304.67 0.8 0.44
Hex CA 16 BC 0 59 7 15 131 50 2C
Octal 312 26 274 0 131 7 25 461 120 54
Binary 11001010 10110 10111100 0 1011001 111 10101 100110001 1010000 101100

Color Harmonies of #CA16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA16BC

Black with #CA16BC

Text Example


Text Example

White with #CA16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA16BC; }

 p { color: rgb(202,22,188); }

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

background-color css

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

 a { background-color: rgb(202,22,188); }

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

border-color css

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

 span { border-color: rgb(202,22,188); }

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