Html Css Color HEX #C60BDA Deep Magenta

📋 copy color: '#C60BDA'

red 198 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #C60BDA

Tints of Deep Magenta #C60BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 46.37%
G = 2.58%
B = 51.05%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C60BDA (or 0xC60BDA) is known color: Deep Magenta. HEX triplet: C6, 0B and DA. RGB value is (198,11,218). Sum of RGB (Red+Green+Blue) = 198+11+218=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #C60BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BDA is #39F425. Grayscale: #595959. Windows color (decimal): -3798054 or 14289862. OLE color: 14289862.

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

Color convert

RGB 198 11 218 -
CMYK 0.09 0.95 0 0.15
HSL 294.2º 0.9% 0.45% -
HSV(B) 294.2º 0.95% 0.85% -
XYZ 36.06 17.31 67.77 -
YUV 90.51 199.95 204.67 -
System Red Green Blue C M Y K H S L
Decimal 198 11 218 0.09 0.95 0 0.15 294.2 0.9 0.45
Hex C6 B DA 9 5F 0 F 126 5A 2D
Octal 306 13 332 11 137 0 17 446 132 55
Binary 11000110 1011 11011010 1001 1011111 0 1111 100100110 1011010 101101

Color Harmonies of #C60BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BDA

Black with #C60BDA

Text Example


Text Example

White with #C60BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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