Html Css Color HEX #C31ECB Deep Magenta

📋 copy color: '#C31ECB'

red 195 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C31ECB

Tints of Deep Magenta #C31ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

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

R = 45.56%
G = 7.01%
B = 47.43%

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

#C31ECB (or 0xC31ECB) is known color: Deep Magenta. HEX triplet: C3, 1E and CB. RGB value is (195,30,203). Sum of RGB (Red+Green+Blue) = 195+30+203=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #C31ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ECB is #3CE134. Grayscale: #626262. Windows color (decimal): -3989813 or 13311683. OLE color: 13311683.

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

Color convert

RGB 195 30 203 -
CMYK 0.04 0.85 0 0.20
HSL 297.23º 0.74% 0.46% -
HSV(B) 297.23º 0.85% 0.8% -
XYZ 33.75 16.84 57.97 -
YUV 99.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 195 30 203 0.04 0.85 0 0.20 297.23 0.74 0.46
Hex C3 1E CB 4 55 0 14 129 4A 2E
Octal 303 36 313 4 125 0 24 451 112 56
Binary 11000011 11110 11001011 100 1010101 0 10100 100101001 1001010 101110

Color Harmonies of #C31ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31ECB

Black with #C31ECB

Text Example


Text Example

White with #C31ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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