Html Css Color HEX #C316CF Deep Magenta

📋 copy color: '#C316CF'

red 195 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #C316CF

Tints of Deep Magenta #C316CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

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

R = 45.99%
G = 5.19%
B = 48.82%

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

#C316CF (or 0xC316CF) is known color: Deep Magenta. HEX triplet: C3, 16 and CF. RGB value is (195,22,207). Sum of RGB (Red+Green+Blue) = 195+22+207=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #C316CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316CF is #3CE930. Grayscale: #5E5E5E. Windows color (decimal): -3991857 or 13571779. OLE color: 13571779.

HSL color Cylindrical-coordinate representation of color #C316CF: hue angle of 296.11º degrees, saturation: 0.81, 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 #C316CF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 22 207 -
CMYK 0.06 0.89 0 0.19
HSL 296.11º 0.81% 0.45% -
HSV(B) 296.11º 0.89% 0.81% -
XYZ 34.06 16.68 60.46 -
YUV 94.82 191.31 199.46 -
System Red Green Blue C M Y K H S L
Decimal 195 22 207 0.06 0.89 0 0.19 296.11 0.81 0.45
Hex C3 16 CF 6 59 0 13 128 51 2D
Octal 303 26 317 6 131 0 23 450 121 55
Binary 11000011 10110 11001111 110 1011001 0 10011 100101000 1010001 101101

Color Harmonies of #C316CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316CF

Black with #C316CF

Text Example


Text Example

White with #C316CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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