Html Css Color HEX #C31FCA Deep Magenta

📋 copy color: '#C31FCA'

red 195 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #C31FCA

Tints of Deep Magenta #C31FCA

RGB

 RED value IS 195 (76.56% from 255) = 45.56%

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 45.56%
G = 7.24%
B = 47.2%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C31FCA (or 0xC31FCA) is known color: Deep Magenta. HEX triplet: C3, 1F and CA. RGB value is (195,31,202). Sum of RGB (Red+Green+Blue) = 195+31+202=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #C31FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FCA is #3CE035. Grayscale: #636363. Windows color (decimal): -3989558 or 13246403. OLE color: 13246403.

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

Color convert

RGB 195 31 202 -
CMYK 0.03 0.85 0 0.21
HSL 297.54º 0.73% 0.46% -
HSV(B) 297.54º 0.85% 0.79% -
XYZ 33.66 16.85 57.35 -
YUV 99.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 195 31 202 0.03 0.85 0 0.21 297.54 0.73 0.46
Hex C3 1F CA 3 55 0 15 12A 49 2E
Octal 303 37 312 3 125 0 25 452 111 56
Binary 11000011 11111 11001010 11 1010101 0 10101 100101010 1001001 101110

Color Harmonies of #C31FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FCA

Black with #C31FCA

Text Example


Text Example

White with #C31FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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