Html Css Color HEX #C31BC9 Deep Magenta

📋 copy color: '#C31BC9'

red 195 ◦ green 27 ◦ blue 201

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

Shades of Deep Magenta #C31BC9

Tints of Deep Magenta #C31BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 46.1%
G = 6.38%
B = 47.52%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C31BC9 (or 0xC31BC9) is known color: Deep Magenta. HEX triplet: C3, 1B and C9. RGB value is (195,27,201). Sum of RGB (Red+Green+Blue) = 195+27+201=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #C31BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BC9 is #3CE436. Grayscale: #606060. Windows color (decimal): -3990583 or 13179843. OLE color: 13179843.

HSL color Cylindrical-coordinate representation of color #C31BC9: hue angle of 297.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31BC9 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 27 201 -
CMYK 0.03 0.87 0 0.21
HSL 297.93º 0.76% 0.45% -
HSV(B) 297.93º 0.87% 0.79% -
XYZ 33.44 16.6 56.7 -
YUV 97.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 195 27 201 0.03 0.87 0 0.21 297.93 0.76 0.45
Hex C3 1B C9 3 57 0 15 12A 4C 2D
Octal 303 33 311 3 127 0 25 452 114 55
Binary 11000011 11011 11001001 11 1010111 0 10101 100101010 1001100 101101

Color Harmonies of #C31BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BC9

Black with #C31BC9

Text Example


Text Example

White with #C31BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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