Html Css Color HEX #C315CC Deep Magenta

📋 copy color: '#C315CC'

red 195 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C315CC

Tints of Deep Magenta #C315CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 46.43%
G = 5%
B = 48.57%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C315CC (or 0xC315CC) is known color: Deep Magenta. HEX triplet: C3, 15 and CC. RGB value is (195,21,204). Sum of RGB (Red+Green+Blue) = 195+21+204=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C315CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315CC is #3CEA33. Grayscale: #5D5D5D. Windows color (decimal): -3992116 or 13374915. OLE color: 13374915.

HSL color Cylindrical-coordinate representation of color #C315CC: hue angle of 297.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C315CC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 21 204 -
CMYK 0.04 0.90 0 0.2
HSL 297.05º 0.81% 0.44% -
HSV(B) 297.05º 0.9% 0.8% -
XYZ 33.67 16.5 58.54 -
YUV 93.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 195 21 204 0.04 0.90 0 0.2 297.05 0.81 0.44
Hex C3 15 CC 4 5A 0 14 129 51 2C
Octal 303 25 314 4 132 0 24 451 121 54
Binary 11000011 10101 11001100 100 1011010 0 10100 100101001 1010001 101100

Color Harmonies of #C315CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315CC

Black with #C315CC

Text Example


Text Example

White with #C315CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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