Html Css Color HEX #C60FCB Deep Magenta

📋 copy color: '#C60FCB'

red 198 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #C60FCB

Tints of Deep Magenta #C60FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 47.6%
G = 3.61%
B = 48.8%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C60FCB (or 0xC60FCB) is known color: Deep Magenta. HEX triplet: C6, 0F and CB. RGB value is (198,15,203). Sum of RGB (Red+Green+Blue) = 198+15+203=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #C60FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FCB is #39F034. Grayscale: #5A5A5A. Windows color (decimal): -3797045 or 13307846. OLE color: 13307846.

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

Color convert

RGB 198 15 203 -
CMYK 0.02 0.93 0 0.20
HSL 298.4º 0.86% 0.43% -
HSV(B) 298.4º 0.93% 0.8% -
XYZ 34.24 16.66 57.91 -
YUV 91.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 198 15 203 0.02 0.93 0 0.20 298.4 0.86 0.43
Hex C6 F CB 2 5D 0 14 12A 56 2B
Octal 306 17 313 2 135 0 24 452 126 53
Binary 11000110 1111 11001011 10 1011101 0 10100 100101010 1010110 101011

Color Harmonies of #C60FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FCB

Black with #C60FCB

Text Example


Text Example

White with #C60FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FCB; }

 p { color: rgb(198,15,203); }

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

background-color css

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

 a { background-color: rgb(198,15,203); }

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

border-color css

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

 span { border-color: rgb(198,15,203); }

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