Html Css Color HEX #C317BC Deep Magenta

📋 copy color: '#C317BC'

red 195 ◦ green 23 ◦ blue 188

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

Shades of Deep Magenta #C317BC

Tints of Deep Magenta #C317BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.67%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 48.03%
G = 5.67%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C317BC (or 0xC317BC) is known color: Deep Magenta. HEX triplet: C3, 17 and BC. RGB value is (195,23,188). Sum of RGB (Red+Green+Blue) = 195+23+188=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C317BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317BC is #3CE843. Grayscale: #5C5C5C. Windows color (decimal): -3991620 or 12326851. OLE color: 12326851.

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

Color convert

RGB 195 23 188 -
CMYK 0 0.88 0.04 0.24
HSL 302.44º 0.79% 0.43% -
HSV(B) 302.44º 0.88% 0.76% -
XYZ 31.89 15.85 48.95 -
YUV 93.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 195 23 188 0 0.88 0.04 0.24 302.44 0.79 0.43
Hex C3 17 BC 0 58 4 18 12E 4F 2B
Octal 303 27 274 0 130 4 30 456 117 53
Binary 11000011 10111 10111100 0 1011000 100 11000 100101110 1001111 101011

Color Harmonies of #C317BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317BC

Black with #C317BC

Text Example


Text Example

White with #C317BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317BC; }

 p { color: rgb(195,23,188); }

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

background-color css

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

 a { background-color: rgb(195,23,188); }

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

border-color css

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

 span { border-color: rgb(195,23,188); }

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