Html Css Color HEX #CA19BE Deep Magenta

📋 copy color: '#CA19BE'

red 202 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #CA19BE

Tints of Deep Magenta #CA19BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 48.44%
G = 6%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA19BE (or 0xCA19BE) is known color: Deep Magenta. HEX triplet: CA, 19 and BE. RGB value is (202,25,190). Sum of RGB (Red+Green+Blue) = 202+25+190=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19BE is #35E641. Grayscale: #606060. Windows color (decimal): -3532354 or 12458442. OLE color: 12458442.

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

Color convert

RGB 202 25 190 -
CMYK 0 0.88 0.06 0.21
HSL 304.07º 0.78% 0.45% -
HSV(B) 304.07º 0.88% 0.79% -
XYZ 34 16.97 50.2 -
YUV 96.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 202 25 190 0 0.88 0.06 0.21 304.07 0.78 0.45
Hex CA 19 BE 0 58 6 15 130 4E 2D
Octal 312 31 276 0 130 6 25 460 116 55
Binary 11001010 11001 10111110 0 1011000 110 10101 100110000 1001110 101101

Color Harmonies of #CA19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19BE

Black with #CA19BE

Text Example


Text Example

White with #CA19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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