Html Css Color HEX #C60ECB Deep Magenta

📋 copy color: '#C60ECB'

red 198 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #C60ECB

Tints of Deep Magenta #C60ECB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

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

R = 47.71%
G = 3.37%
B = 48.92%

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

#C60ECB (or 0xC60ECB) is known color: Deep Magenta. HEX triplet: C6, 0E and CB. RGB value is (198,14,203). Sum of RGB (Red+Green+Blue) = 198+14+203=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C60ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ECB is #39F134. Grayscale: #595959. Windows color (decimal): -3797301 or 13307590. OLE color: 13307590.

HSL color Cylindrical-coordinate representation of color #C60ECB: hue angle of 298.41º degrees, saturation: 0.87, 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 #C60ECB is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 14 203 -
CMYK 0.02 0.93 0 0.20
HSL 298.41º 0.87% 0.43% -
HSV(B) 298.41º 0.93% 0.8% -
XYZ 34.23 16.63 57.91 -
YUV 90.56 191.46 204.63 -
System Red Green Blue C M Y K H S L
Decimal 198 14 203 0.02 0.93 0 0.20 298.41 0.87 0.43
Hex C6 E CB 2 5D 0 14 12A 57 2B
Octal 306 16 313 2 135 0 24 452 127 53
Binary 11000110 1110 11001011 10 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C60ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60ECB

Black with #C60ECB

Text Example


Text Example

White with #C60ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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