Html Css Color HEX #C31BCB Deep Magenta

📋 copy color: '#C31BCB'

red 195 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #C31BCB

Tints of Deep Magenta #C31BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 45.88%
G = 6.35%
B = 47.76%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31BCB (or 0xC31BCB) is known color: Deep Magenta. HEX triplet: C3, 1B and CB. RGB value is (195,27,203). Sum of RGB (Red+Green+Blue) = 195+27+203=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C31BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BCB is #3CE434. Grayscale: #606060. Windows color (decimal): -3990581 or 13310915. OLE color: 13310915.

HSL color Cylindrical-coordinate representation of color #C31BCB: hue angle of 297.27º 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 #C31BCB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 27 203 -
CMYK 0.04 0.87 0 0.20
HSL 297.27º 0.77% 0.45% -
HSV(B) 297.27º 0.87% 0.8% -
XYZ 33.68 16.7 57.95 -
YUV 97.3 187.66 197.69 -
System Red Green Blue C M Y K H S L
Decimal 195 27 203 0.04 0.87 0 0.20 297.27 0.77 0.45
Hex C3 1B CB 4 57 0 14 129 4D 2D
Octal 303 33 313 4 127 0 24 451 115 55
Binary 11000011 11011 11001011 100 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C31BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BCB

Black with #C31BCB

Text Example


Text Example

White with #C31BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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