Html Css Color HEX #C31BCF Deep Magenta

📋 copy color: '#C31BCF'

red 195 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #C31BCF

Tints of Deep Magenta #C31BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 45.45%
G = 6.29%
B = 48.25%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C31BCF (or 0xC31BCF) is known color: Deep Magenta. HEX triplet: C3, 1B and CF. RGB value is (195,27,207). Sum of RGB (Red+Green+Blue) = 195+27+207=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C31BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BCF is #3CE430. Grayscale: #616161. Windows color (decimal): -3990577 or 13573059. OLE color: 13573059.

HSL color Cylindrical-coordinate representation of color #C31BCF: hue angle of 296º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31BCF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 27 207 -
CMYK 0.06 0.87 0 0.19
HSL 296º 0.77% 0.46% -
HSV(B) 296º 0.87% 0.81% -
XYZ 34.16 16.89 60.49 -
YUV 97.75 189.66 197.36 -
System Red Green Blue C M Y K H S L
Decimal 195 27 207 0.06 0.87 0 0.19 296 0.77 0.46
Hex C3 1B CF 6 57 0 13 128 4D 2E
Octal 303 33 317 6 127 0 23 450 115 56
Binary 11000011 11011 11001111 110 1010111 0 10011 100101000 1001101 101110

Color Harmonies of #C31BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BCF

Black with #C31BCF

Text Example


Text Example

White with #C31BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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