Html Css Color HEX #CA1FB5 Deep Magenta

📋 copy color: '#CA1FB5'

red 202 ◦ green 31 ◦ blue 181

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

Shades of Deep Magenta #CA1FB5

Tints of Deep Magenta #CA1FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.72%

R = 48.79%
G = 7.49%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA1FB5 (or 0xCA1FB5) is known color: Deep Magenta. HEX triplet: CA, 1F and B5. RGB value is (202,31,181). Sum of RGB (Red+Green+Blue) = 202+31+181=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FB5 is #35E04A. Grayscale: #626262. Windows color (decimal): -3530827 or 11870154. OLE color: 11870154.

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

Color convert

RGB 202 31 181 -
CMYK 0 0.85 0.10 0.21
HSL 307.37º 0.73% 0.46% -
HSV(B) 307.37º 0.85% 0.79% -
XYZ 33.19 16.87 45.22 -
YUV 99.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 202 31 181 0 0.85 0.10 0.21 307.37 0.73 0.46
Hex CA 1F B5 0 55 A 15 133 49 2E
Octal 312 37 265 0 125 12 25 463 111 56
Binary 11001010 11111 10110101 0 1010101 1010 10101 100110011 1001001 101110

Color Harmonies of #CA1FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FB5

Black with #CA1FB5

Text Example


Text Example

White with #CA1FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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