Html Css Color HEX #C31BCD Deep Magenta

📋 copy color: '#C31BCD'

red 195 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #C31BCD

Tints of Deep Magenta #C31BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.32%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 45.67%
G = 6.32%
B = 48.01%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31BCD (or 0xC31BCD) is known color: Deep Magenta. HEX triplet: C3, 1B and CD. RGB value is (195,27,205). Sum of RGB (Red+Green+Blue) = 195+27+205=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BCD is #3CE432. Grayscale: #606060. Windows color (decimal): -3990579 or 13441987. OLE color: 13441987.

HSL color Cylindrical-coordinate representation of color #C31BCD: hue angle of 296.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31BCD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 27 205 -
CMYK 0.05 0.87 0 0.20
HSL 296.63º 0.77% 0.45% -
HSV(B) 296.63º 0.87% 0.8% -
XYZ 33.92 16.79 59.21 -
YUV 97.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 195 27 205 0.05 0.87 0 0.20 296.63 0.77 0.45
Hex C3 1B CD 5 57 0 14 129 4D 2D
Octal 303 33 315 5 127 0 24 451 115 55
Binary 11000011 11011 11001101 101 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C31BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BCD

Black with #C31BCD

Text Example


Text Example

White with #C31BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BCD; }

 p { color: rgb(195,27,205); }

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

background-color css

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

 a { background-color: rgb(195,27,205); }

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

border-color css

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

 span { border-color: rgb(195,27,205); }

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