Html Css Color HEX #C615CC Deep Magenta

📋 copy color: '#C615CC'

red 198 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C615CC

Tints of Deep Magenta #C615CC

RGB

 RED value IS 198 (77.73% from 255) = 46.81%

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

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

R = 46.81%
G = 4.96%
B = 48.23%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C615CC (or 0xC615CC) is known color: Deep Magenta. HEX triplet: C6, 15 and CC. RGB value is (198,21,204). Sum of RGB (Red+Green+Blue) = 198+21+204=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 21 (8.59% from 255 or 4.96% 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 #C615CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615CC is #39EA33. Grayscale: #5E5E5E. Windows color (decimal): -3795508 or 13374918. OLE color: 13374918.

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

Color convert

RGB 198 21 204 -
CMYK 0.03 0.90 0 0.2
HSL 298.03º 0.81% 0.44% -
HSV(B) 298.03º 0.9% 0.8% -
XYZ 34.46 16.9 58.57 -
YUV 94.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 198 21 204 0.03 0.90 0 0.2 298.03 0.81 0.44
Hex C6 15 CC 3 5A 0 14 12A 51 2C
Octal 306 25 314 3 132 0 24 452 121 54
Binary 11000110 10101 11001100 11 1011010 0 10100 100101010 1010001 101100

Color Harmonies of #C615CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615CC

Black with #C615CC

Text Example


Text Example

White with #C615CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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