Html Css Color HEX #C317BE Deep Magenta

📋 copy color: '#C317BE'

red 195 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #C317BE

Tints of Deep Magenta #C317BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 47.79%
G = 5.64%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C317BE (or 0xC317BE) is known color: Deep Magenta. HEX triplet: C3, 17 and BE. RGB value is (195,23,190). Sum of RGB (Red+Green+Blue) = 195+23+190=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C317BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317BE is #3CE841. Grayscale: #5C5C5C. Windows color (decimal): -3991618 or 12457923. OLE color: 12457923.

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

Color convert

RGB 195 23 190 -
CMYK 0 0.88 0.03 0.24
HSL 301.74º 0.79% 0.43% -
HSV(B) 301.74º 0.88% 0.76% -
XYZ 32.11 15.93 50.1 -
YUV 93.47 182.48 200.42 -
System Red Green Blue C M Y K H S L
Decimal 195 23 190 0 0.88 0.03 0.24 301.74 0.79 0.43
Hex C3 17 BE 0 58 3 18 12E 4F 2B
Octal 303 27 276 0 130 3 30 456 117 53
Binary 11000011 10111 10111110 0 1011000 11 11000 100101110 1001111 101011

Color Harmonies of #C317BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317BE

Black with #C317BE

Text Example


Text Example

White with #C317BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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