Html Css Color HEX #C60CCD Deep Magenta

📋 copy color: '#C60CCD'

red 198 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #C60CCD

Tints of Deep Magenta #C60CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 47.71%
G = 2.89%
B = 49.4%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C60CCD (or 0xC60CCD) is known color: Deep Magenta. HEX triplet: C6, 0C and CD. RGB value is (198,12,205). Sum of RGB (Red+Green+Blue) = 198+12+205=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C60CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCD is #39F332. Grayscale: #595959. Windows color (decimal): -3797811 or 13438150. OLE color: 13438150.

HSL color Cylindrical-coordinate representation of color #C60CCD: hue angle of 297.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CCD is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 12 205 -
CMYK 0.03 0.94 0 0.20
HSL 297.82º 0.89% 0.43% -
HSV(B) 297.82º 0.94% 0.8% -
XYZ 34.44 16.68 59.16 -
YUV 89.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 198 12 205 0.03 0.94 0 0.20 297.82 0.89 0.43
Hex C6 C CD 3 5E 0 14 12A 59 2B
Octal 306 14 315 3 136 0 24 452 131 53
Binary 11000110 1100 11001101 11 1011110 0 10100 100101010 1011001 101011

Color Harmonies of #C60CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CCD

Black with #C60CCD

Text Example


Text Example

White with #C60CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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