Html Css Color HEX #C60BCA Deep Magenta

📋 copy color: '#C60BCA'

red 198 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #C60BCA

Tints of Deep Magenta #C60BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 48.18%
G = 2.68%
B = 49.15%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C60BCA (or 0xC60BCA) is known color: Deep Magenta. HEX triplet: C6, 0B and CA. RGB value is (198,11,202). Sum of RGB (Red+Green+Blue) = 198+11+202=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #C60BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BCA is #39F435. Grayscale: #585858. Windows color (decimal): -3798070 or 13241286. OLE color: 13241286.

HSL color Cylindrical-coordinate representation of color #C60BCA: hue angle of 298.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BCA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 11 202 -
CMYK 0.02 0.95 0 0.21
HSL 298.74º 0.9% 0.42% -
HSV(B) 298.74º 0.95% 0.79% -
XYZ 34.07 16.51 57.27 -
YUV 88.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 198 11 202 0.02 0.95 0 0.21 298.74 0.9 0.42
Hex C6 B CA 2 5F 0 15 12B 5A 2A
Octal 306 13 312 2 137 0 25 453 132 52
Binary 11000110 1011 11001010 10 1011111 0 10101 100101011 1011010 101010

Color Harmonies of #C60BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BCA

Black with #C60BCA

Text Example


Text Example

White with #C60BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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