Html Css Color HEX #C31DBA Deep Magenta

📋 copy color: '#C31DBA'

red 195 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #C31DBA

Tints of Deep Magenta #C31DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.07%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 47.56%
G = 7.07%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C31DBA (or 0xC31DBA) is known color: Deep Magenta. HEX triplet: C3, 1D and BA. RGB value is (195,29,186). Sum of RGB (Red+Green+Blue) = 195+29+186=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DBA is #3CE245. Grayscale: #606060. Windows color (decimal): -3990086 or 12197315. OLE color: 12197315.

HSL color Cylindrical-coordinate representation of color #C31DBA: hue angle of 303.25º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DBA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 29 186 -
CMYK 0 0.85 0.05 0.24
HSL 303.25º 0.74% 0.44% -
HSV(B) 303.25º 0.85% 0.76% -
XYZ 31.81 16.03 47.87 -
YUV 96.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 195 29 186 0 0.85 0.05 0.24 303.25 0.74 0.44
Hex C3 1D BA 0 55 5 18 12F 4A 2C
Octal 303 35 272 0 125 5 30 457 112 54
Binary 11000011 11101 10111010 0 1010101 101 11000 100101111 1001010 101100

Color Harmonies of #C31DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DBA

Black with #C31DBA

Text Example


Text Example

White with #C31DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DBA; }

 p { color: rgb(195,29,186); }

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

background-color css

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

 a { background-color: rgb(195,29,186); }

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

border-color css

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

 span { border-color: rgb(195,29,186); }

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