Html Css Color HEX #CA19BC Deep Magenta

📋 copy color: '#CA19BC'

red 202 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #CA19BC

Tints of Deep Magenta #CA19BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.02%

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

R = 48.67%
G = 6.02%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA19BC (or 0xCA19BC) is known color: Deep Magenta. HEX triplet: CA, 19 and BC. RGB value is (202,25,188). Sum of RGB (Red+Green+Blue) = 202+25+188=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19BC is #35E643. Grayscale: #606060. Windows color (decimal): -3532356 or 12327370. OLE color: 12327370.

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

Color convert

RGB 202 25 188 -
CMYK 0 0.88 0.07 0.21
HSL 304.75º 0.78% 0.45% -
HSV(B) 304.75º 0.88% 0.79% -
XYZ 33.78 16.88 49.06 -
YUV 96.51 179.64 203.25 -
System Red Green Blue C M Y K H S L
Decimal 202 25 188 0 0.88 0.07 0.21 304.75 0.78 0.45
Hex CA 19 BC 0 58 7 15 131 4E 2D
Octal 312 31 274 0 130 7 25 461 116 55
Binary 11001010 11001 10111100 0 1011000 111 10101 100110001 1001110 101101

Color Harmonies of #CA19BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19BC

Black with #CA19BC

Text Example


Text Example

White with #CA19BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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