Html Css Color HEX #C31CCB Deep Magenta

📋 copy color: '#C31CCB'

red 195 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #C31CCB

Tints of Deep Magenta #C31CCB

RGB

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

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

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

R = 45.77%
G = 6.57%
B = 47.65%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31CCB (or 0xC31CCB) is known color: Deep Magenta. HEX triplet: C3, 1C and CB. RGB value is (195,28,203). Sum of RGB (Red+Green+Blue) = 195+28+203=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #C31CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CCB is #3CE334. Grayscale: #616161. Windows color (decimal): -3990325 or 13311171. OLE color: 13311171.

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

Color convert

RGB 195 28 203 -
CMYK 0.04 0.86 0 0.20
HSL 297.26º 0.76% 0.45% -
HSV(B) 297.26º 0.86% 0.8% -
XYZ 33.7 16.74 57.96 -
YUV 97.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 195 28 203 0.04 0.86 0 0.20 297.26 0.76 0.45
Hex C3 1C CB 4 56 0 14 129 4C 2D
Octal 303 34 313 4 126 0 24 451 114 55
Binary 11000011 11100 11001011 100 1010110 0 10100 100101001 1001100 101101

Color Harmonies of #C31CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CCB

Black with #C31CCB

Text Example


Text Example

White with #C31CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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