Html Css Color HEX #C60BDB Deep Magenta

📋 copy color: '#C60BDB'

red 198 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #C60BDB

Tints of Deep Magenta #C60BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 46.26%
G = 2.57%
B = 51.17%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C60BDB (or 0xC60BDB) is known color: Deep Magenta. HEX triplet: C6, 0B and DB. RGB value is (198,11,219). Sum of RGB (Red+Green+Blue) = 198+11+219=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C60BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BDB is #39F424. Grayscale: #595959. Windows color (decimal): -3798053 or 14355398. OLE color: 14355398.

HSL color Cylindrical-coordinate representation of color #C60BDB: hue angle of 293.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BDB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 11 219 -
CMYK 0.10 0.95 0 0.14
HSL 293.94º 0.9% 0.45% -
HSV(B) 293.94º 0.95% 0.86% -
XYZ 36.19 17.36 68.46 -
YUV 90.63 200.45 204.59 -
System Red Green Blue C M Y K H S L
Decimal 198 11 219 0.10 0.95 0 0.14 293.94 0.9 0.45
Hex C6 B DB A 5F 0 E 126 5A 2D
Octal 306 13 333 12 137 0 16 446 132 55
Binary 11000110 1011 11011011 1010 1011111 0 1110 100100110 1011010 101101

Color Harmonies of #C60BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BDB

Black with #C60BDB

Text Example


Text Example

White with #C60BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BDB; }

 p { color: rgb(198,11,219); }

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

background-color css

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

 a { background-color: rgb(198,11,219); }

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

border-color css

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

 span { border-color: rgb(198,11,219); }

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