Html Css Color HEX #CA1FC4 Deep Magenta

📋 copy color: '#CA1FC4'

red 202 ◦ green 31 ◦ blue 196

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

Shades of Deep Magenta #CA1FC4

Tints of Deep Magenta #CA1FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.69%

R = 47.09%
G = 7.23%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA1FC4 (or 0xCA1FC4) is known color: Deep Magenta. HEX triplet: CA, 1F and C4. RGB value is (202,31,196). Sum of RGB (Red+Green+Blue) = 202+31+196=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FC4 is #35E03B. Grayscale: #646464. Windows color (decimal): -3530812 or 12853194. OLE color: 12853194.

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

Color convert

RGB 202 31 196 -
CMYK 0 0.85 0.03 0.21
HSL 302.11º 0.73% 0.46% -
HSV(B) 302.11º 0.85% 0.79% -
XYZ 34.81 17.52 53.77 -
YUV 100.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 202 31 196 0 0.85 0.03 0.21 302.11 0.73 0.46
Hex CA 1F C4 0 55 3 15 12E 49 2E
Octal 312 37 304 0 125 3 25 456 111 56
Binary 11001010 11111 11000100 0 1010101 11 10101 100101110 1001001 101110

Color Harmonies of #CA1FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FC4

Black with #CA1FC4

Text Example


Text Example

White with #CA1FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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