Html Css Color HEX #C60BCB Deep Magenta

📋 copy color: '#C60BCB'

red 198 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #C60BCB

Tints of Deep Magenta #C60BCB

RGB

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

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

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

R = 48.06%
G = 2.67%
B = 49.27%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C60BCB (or 0xC60BCB) is known color: Deep Magenta. HEX triplet: C6, 0B and CB. RGB value is (198,11,203). Sum of RGB (Red+Green+Blue) = 198+11+203=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C60BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BCB is #39F434. Grayscale: #585858. Windows color (decimal): -3798069 or 13306822. OLE color: 13306822.

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

Color convert

RGB 198 11 203 -
CMYK 0.02 0.95 0 0.20
HSL 298.44º 0.9% 0.42% -
HSV(B) 298.44º 0.95% 0.8% -
XYZ 34.19 16.56 57.89 -
YUV 88.8 192.45 205.89 -
System Red Green Blue C M Y K H S L
Decimal 198 11 203 0.02 0.95 0 0.20 298.44 0.9 0.42
Hex C6 B CB 2 5F 0 14 12A 5A 2A
Octal 306 13 313 2 137 0 24 452 132 52
Binary 11000110 1011 11001011 10 1011111 0 10100 100101010 1011010 101010

Color Harmonies of #C60BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BCB

Black with #C60BCB

Text Example


Text Example

White with #C60BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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