Html Css Color HEX #C31CCD Deep Magenta

📋 copy color: '#C31CCD'

red 195 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #C31CCD

Tints of Deep Magenta #C31CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 45.56%
G = 6.54%
B = 47.9%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31CCD (or 0xC31CCD) is known color: Deep Magenta. HEX triplet: C3, 1C and CD. RGB value is (195,28,205). Sum of RGB (Red+Green+Blue) = 195+28+205=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CCD is #3CE332. Grayscale: #616161. Windows color (decimal): -3990323 or 13442243. OLE color: 13442243.

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

Color convert

RGB 195 28 205 -
CMYK 0.05 0.86 0 0.20
HSL 296.61º 0.76% 0.46% -
HSV(B) 296.61º 0.86% 0.8% -
XYZ 33.94 16.84 59.22 -
YUV 98.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 195 28 205 0.05 0.86 0 0.20 296.61 0.76 0.46
Hex C3 1C CD 5 56 0 14 129 4C 2E
Octal 303 34 315 5 126 0 24 451 114 56
Binary 11000011 11100 11001101 101 1010110 0 10100 100101001 1001100 101110

Color Harmonies of #C31CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CCD

Black with #C31CCD

Text Example


Text Example

White with #C31CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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