Html Css Color HEX #C60CDD Deep Magenta

📋 copy color: '#C60CDD'

red 198 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #C60CDD

Tints of Deep Magenta #C60CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 45.94%
G = 2.78%
B = 51.28%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C60CDD (or 0xC60CDD) is known color: Deep Magenta. HEX triplet: C6, 0C and DD. RGB value is (198,12,221). Sum of RGB (Red+Green+Blue) = 198+12+221=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CDD is #39F322. Grayscale: #5A5A5A. Windows color (decimal): -3797795 or 14486726. OLE color: 14486726.

HSL color Cylindrical-coordinate representation of color #C60CDD: hue angle of 293.4º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60CDD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 12 221 -
CMYK 0.10 0.95 0 0.13
HSL 293.4º 0.9% 0.46% -
HSV(B) 293.4º 0.95% 0.87% -
XYZ 36.47 17.49 69.86 -
YUV 91.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 198 12 221 0.10 0.95 0 0.13 293.4 0.9 0.46
Hex C6 C DD A 5F 0 D 125 5A 2E
Octal 306 14 335 12 137 0 15 445 132 56
Binary 11000110 1100 11011101 1010 1011111 0 1101 100100101 1011010 101110

Color Harmonies of #C60CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CDD

Black with #C60CDD

Text Example


Text Example

White with #C60CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CDD; }

 p { color: rgb(198,12,221); }

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

background-color css

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

 a { background-color: rgb(198,12,221); }

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

border-color css

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

 span { border-color: rgb(198,12,221); }

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