Html Css Color HEX #CA1FB9 Deep Magenta

📋 copy color: '#CA1FB9'

red 202 ◦ green 31 ◦ blue 185

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

Shades of Deep Magenta #CA1FB9

Tints of Deep Magenta #CA1FB9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.42%

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 48.33%
G = 7.42%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA1FB9 (or 0xCA1FB9) is known color: Deep Magenta. HEX triplet: CA, 1F and B9. RGB value is (202,31,185). Sum of RGB (Red+Green+Blue) = 202+31+185=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FB9 is #35E046. Grayscale: #636363. Windows color (decimal): -3530823 or 12132298. OLE color: 12132298.

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

Color convert

RGB 202 31 185 -
CMYK 0 0.85 0.08 0.21
HSL 305.96º 0.73% 0.46% -
HSV(B) 305.96º 0.85% 0.79% -
XYZ 33.6 17.04 47.42 -
YUV 99.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 202 31 185 0 0.85 0.08 0.21 305.96 0.73 0.46
Hex CA 1F B9 0 55 8 15 132 49 2E
Octal 312 37 271 0 125 10 25 462 111 56
Binary 11001010 11111 10111001 0 1010101 1000 10101 100110010 1001001 101110

Color Harmonies of #CA1FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FB9

Black with #CA1FB9

Text Example


Text Example

White with #CA1FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FB9; }

 p { color: rgb(202,31,185); }

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

background-color css

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

 a { background-color: rgb(202,31,185); }

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

border-color css

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

 span { border-color: rgb(202,31,185); }

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