Html Css Color HEX #C318CF Deep Magenta

📋 copy color: '#C318CF'

red 195 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #C318CF

Tints of Deep Magenta #C318CF

RGB

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

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

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

R = 45.77%
G = 5.63%
B = 48.59%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C318CF (or 0xC318CF) is known color: Deep Magenta. HEX triplet: C3, 18 and CF. RGB value is (195,24,207). Sum of RGB (Red+Green+Blue) = 195+24+207=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #C318CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318CF is #3CE730. Grayscale: #5F5F5F. Windows color (decimal): -3991345 or 13572291. OLE color: 13572291.

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

Color convert

RGB 195 24 207 -
CMYK 0.06 0.88 0 0.19
HSL 296.07º 0.79% 0.45% -
HSV(B) 296.07º 0.88% 0.81% -
XYZ 34.09 16.76 60.47 -
YUV 95.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 195 24 207 0.06 0.88 0 0.19 296.07 0.79 0.45
Hex C3 18 CF 6 58 0 13 128 4F 2D
Octal 303 30 317 6 130 0 23 450 117 55
Binary 11000011 11000 11001111 110 1011000 0 10011 100101000 1001111 101101

Color Harmonies of #C318CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318CF

Black with #C318CF

Text Example


Text Example

White with #C318CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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