Html Css Color HEX #C317CF Deep Magenta

📋 copy color: '#C317CF'

red 195 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #C317CF

Tints of Deep Magenta #C317CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 45.88%
G = 5.41%
B = 48.71%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C317CF (or 0xC317CF) is known color: Deep Magenta. HEX triplet: C3, 17 and CF. RGB value is (195,23,207). Sum of RGB (Red+Green+Blue) = 195+23+207=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #C317CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317CF is #3CE830. Grayscale: #5E5E5E. Windows color (decimal): -3991601 or 13572035. OLE color: 13572035.

HSL color Cylindrical-coordinate representation of color #C317CF: hue angle of 296.09º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C317CF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 23 207 -
CMYK 0.06 0.89 0 0.19
HSL 296.09º 0.8% 0.45% -
HSV(B) 296.09º 0.89% 0.81% -
XYZ 34.07 16.72 60.46 -
YUV 95.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 195 23 207 0.06 0.89 0 0.19 296.09 0.8 0.45
Hex C3 17 CF 6 59 0 13 128 50 2D
Octal 303 27 317 6 131 0 23 450 120 55
Binary 11000011 10111 11001111 110 1011001 0 10011 100101000 1010000 101101

Color Harmonies of #C317CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317CF

Black with #C317CF

Text Example


Text Example

White with #C317CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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