Html Css Color HEX #C31CBB Deep Magenta

📋 copy color: '#C31CBB'

red 195 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #C31CBB

Tints of Deep Magenta #C31CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 47.56%
G = 6.83%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C31CBB (or 0xC31CBB) is known color: Deep Magenta. HEX triplet: C3, 1C and BB. RGB value is (195,28,187). Sum of RGB (Red+Green+Blue) = 195+28+187=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CBB is #3CE344. Grayscale: #5F5F5F. Windows color (decimal): -3990341 or 12262595. OLE color: 12262595.

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

Color convert

RGB 195 28 187 -
CMYK 0 0.86 0.04 0.24
HSL 302.87º 0.75% 0.44% -
HSV(B) 302.87º 0.86% 0.76% -
XYZ 31.89 16.02 48.43 -
YUV 96.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 195 28 187 0 0.86 0.04 0.24 302.87 0.75 0.44
Hex C3 1C BB 0 56 4 18 12F 4B 2C
Octal 303 34 273 0 126 4 30 457 113 54
Binary 11000011 11100 10111011 0 1010110 100 11000 100101111 1001011 101100

Color Harmonies of #C31CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CBB

Black with #C31CBB

Text Example


Text Example

White with #C31CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CBB; }

 p { color: rgb(195,28,187); }

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

background-color css

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

 a { background-color: rgb(195,28,187); }

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

border-color css

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

 span { border-color: rgb(195,28,187); }

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