Html Css Color HEX #C60ACF Deep Magenta

📋 copy color: '#C60ACF'

red 198 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #C60ACF

Tints of Deep Magenta #C60ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.41%

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 47.71%
G = 2.41%
B = 49.88%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C60ACF (or 0xC60ACF) is known color: Deep Magenta. HEX triplet: C6, 0A and CF. RGB value is (198,10,207). Sum of RGB (Red+Green+Blue) = 198+10+207=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #C60ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ACF is #39F530. Grayscale: #585858. Windows color (decimal): -3798321 or 13568710. OLE color: 13568710.

HSL color Cylindrical-coordinate representation of color #C60ACF: hue angle of 297.26º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60ACF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 10 207 -
CMYK 0.04 0.95 0 0.19
HSL 297.26º 0.91% 0.43% -
HSV(B) 297.26º 0.95% 0.81% -
XYZ 34.66 16.73 60.43 -
YUV 88.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 198 10 207 0.04 0.95 0 0.19 297.26 0.91 0.43
Hex C6 A CF 4 5F 0 13 129 5B 2B
Octal 306 12 317 4 137 0 23 451 133 53
Binary 11000110 1010 11001111 100 1011111 0 10011 100101001 1011011 101011

Color Harmonies of #C60ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ACF

Black with #C60ACF

Text Example


Text Example

White with #C60ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ACF; }

 p { color: rgb(198,10,207); }

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

background-color css

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

 a { background-color: rgb(198,10,207); }

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

border-color css

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

 span { border-color: rgb(198,10,207); }

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