Html Css Color HEX #C318AF Deep Magenta

📋 copy color: '#C318AF'

red 195 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #C318AF

Tints of Deep Magenta #C318AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 49.49%
G = 6.09%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C318AF (or 0xC318AF) is known color: Deep Magenta. HEX triplet: C3, 18 and AF. RGB value is (195,24,175). Sum of RGB (Red+Green+Blue) = 195+24+175=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C318AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318AF is #3CE750. Grayscale: #5B5B5B. Windows color (decimal): -3991377 or 11475139. OLE color: 11475139.

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

Color convert

RGB 195 24 175 -
CMYK 0 0.88 0.10 0.24
HSL 307.02º 0.78% 0.43% -
HSV(B) 307.02º 0.88% 0.76% -
XYZ 30.57 15.35 41.91 -
YUV 92.34 174.65 201.22 -
System Red Green Blue C M Y K H S L
Decimal 195 24 175 0 0.88 0.10 0.24 307.02 0.78 0.43
Hex C3 18 AF 0 58 A 18 133 4E 2B
Octal 303 30 257 0 130 12 30 463 116 53
Binary 11000011 11000 10101111 0 1011000 1010 11000 100110011 1001110 101011

Color Harmonies of #C318AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318AF

Black with #C318AF

Text Example


Text Example

White with #C318AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318AF; }

 p { color: rgb(195,24,175); }

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

background-color css

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

 a { background-color: rgb(195,24,175); }

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

border-color css

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

 span { border-color: rgb(195,24,175); }

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