Html Css Color HEX #C015CC Deep Magenta

📋 copy color: '#C015CC'

red 192 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C015CC

Tints of Deep Magenta #C015CC

RGB

 RED value IS 192 (75.39% from 255) = 46.04%

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

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

R = 46.04%
G = 5.04%
B = 48.92%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C015CC (or 0xC015CC) is known color: Deep Magenta. HEX triplet: C0, 15 and CC. RGB value is (192,21,204). Sum of RGB (Red+Green+Blue) = 192+21+204=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C015CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015CC is #3FEA33. Grayscale: #5C5C5C. Windows color (decimal): -4188724 or 13374912. OLE color: 13374912.

HSL color Cylindrical-coordinate representation of color #C015CC: hue angle of 296.07º 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 #C015CC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 21 204 -
CMYK 0.06 0.90 0 0.2
HSL 296.07º 0.81% 0.44% -
HSV(B) 296.07º 0.9% 0.8% -
XYZ 32.91 16.1 58.5 -
YUV 92.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 192 21 204 0.06 0.90 0 0.2 296.07 0.81 0.44
Hex C0 15 CC 6 5A 0 14 128 51 2C
Octal 300 25 314 6 132 0 24 450 121 54
Binary 11000000 10101 11001100 110 1011010 0 10100 100101000 1010001 101100

Color Harmonies of #C015CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015CC

Black with #C015CC

Text Example


Text Example

White with #C015CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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