Html Css Color HEX #C317B9 Deep Magenta

📋 copy color: '#C317B9'

red 195 ◦ green 23 ◦ blue 185

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

Shades of Deep Magenta #C317B9

Tints of Deep Magenta #C317B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 48.39%
G = 5.71%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C317B9 (or 0xC317B9) is known color: Deep Magenta. HEX triplet: C3, 17 and B9. RGB value is (195,23,185). Sum of RGB (Red+Green+Blue) = 195+23+185=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C317B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317B9 is #3CE846. Grayscale: #5C5C5C. Windows color (decimal): -3991623 or 12130243. OLE color: 12130243.

HSL color Cylindrical-coordinate representation of color #C317B9: hue angle of 303.49º 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 #C317B9 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 185 -
CMYK 0 0.88 0.05 0.24
HSL 303.49º 0.79% 0.43% -
HSV(B) 303.49º 0.88% 0.76% -
XYZ 31.57 15.72 47.27 -
YUV 92.9 179.98 200.83 -
System Red Green Blue C M Y K H S L
Decimal 195 23 185 0 0.88 0.05 0.24 303.49 0.79 0.43
Hex C3 17 B9 0 58 5 18 12F 4F 2B
Octal 303 27 271 0 130 5 30 457 117 53
Binary 11000011 10111 10111001 0 1011000 101 11000 100101111 1001111 101011

Color Harmonies of #C317B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317B9

Black with #C317B9

Text Example


Text Example

White with #C317B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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