Html Css Color HEX #C60DCB Deep Magenta

📋 copy color: '#C60DCB'

red 198 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #C60DCB

Tints of Deep Magenta #C60DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

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

R = 47.83%
G = 3.14%
B = 49.03%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C60DCB (or 0xC60DCB) is known color: Deep Magenta. HEX triplet: C6, 0D and CB. RGB value is (198,13,203). Sum of RGB (Red+Green+Blue) = 198+13+203=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #C60DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DCB is #39F234. Grayscale: #595959. Windows color (decimal): -3797557 or 13307334. OLE color: 13307334.

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

Color convert

RGB 198 13 203 -
CMYK 0.02 0.94 0 0.20
HSL 298.42º 0.88% 0.42% -
HSV(B) 298.42º 0.94% 0.8% -
XYZ 34.21 16.61 57.9 -
YUV 89.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 198 13 203 0.02 0.94 0 0.20 298.42 0.88 0.42
Hex C6 D CB 2 5E 0 14 12A 58 2A
Octal 306 15 313 2 136 0 24 452 130 52
Binary 11000110 1101 11001011 10 1011110 0 10100 100101010 1011000 101010

Color Harmonies of #C60DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DCB

Black with #C60DCB

Text Example


Text Example

White with #C60DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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