Html Css Color HEX #C318CC Deep Magenta

📋 copy color: '#C318CC'

red 195 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #C318CC

Tints of Deep Magenta #C318CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 46.1%
G = 5.67%
B = 48.23%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C318CC (or 0xC318CC) is known color: Deep Magenta. HEX triplet: C3, 18 and CC. RGB value is (195,24,204). Sum of RGB (Red+Green+Blue) = 195+24+204=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C318CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318CC is #3CE733. Grayscale: #5F5F5F. Windows color (decimal): -3991348 or 13375683. OLE color: 13375683.

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

Color convert

RGB 195 24 204 -
CMYK 0.04 0.88 0 0.2
HSL 297º 0.79% 0.45% -
HSV(B) 297º 0.88% 0.8% -
XYZ 33.73 16.62 58.56 -
YUV 95.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 195 24 204 0.04 0.88 0 0.2 297 0.79 0.45
Hex C3 18 CC 4 58 0 14 129 4F 2D
Octal 303 30 314 4 130 0 24 451 117 55
Binary 11000011 11000 11001100 100 1011000 0 10100 100101001 1001111 101101

Color Harmonies of #C318CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318CC

Black with #C318CC

Text Example


Text Example

White with #C318CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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