Html Css Color HEX #C31FCB Deep Magenta

📋 copy color: '#C31FCB'

red 195 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #C31FCB

Tints of Deep Magenta #C31FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 45.45%
G = 7.23%
B = 47.32%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31FCB (or 0xC31FCB) is known color: Deep Magenta. HEX triplet: C3, 1F and CB. RGB value is (195,31,203). Sum of RGB (Red+Green+Blue) = 195+31+203=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C31FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FCB is #3CE034. Grayscale: #636363. Windows color (decimal): -3989557 or 13311939. OLE color: 13311939.

HSL color Cylindrical-coordinate representation of color #C31FCB: hue angle of 297.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31FCB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 31 203 -
CMYK 0.04 0.85 0 0.20
HSL 297.21º 0.74% 0.46% -
HSV(B) 297.21º 0.85% 0.8% -
XYZ 33.78 16.89 57.98 -
YUV 99.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 195 31 203 0.04 0.85 0 0.20 297.21 0.74 0.46
Hex C3 1F CB 4 55 0 14 129 4A 2E
Octal 303 37 313 4 125 0 24 451 112 56
Binary 11000011 11111 11001011 100 1010101 0 10100 100101001 1001010 101110

Color Harmonies of #C31FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FCB

Black with #C31FCB

Text Example


Text Example

White with #C31FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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