Html Css Color HEX #C60BBD Deep Magenta

📋 copy color: '#C60BBD'

red 198 ◦ green 11 ◦ blue 189

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

Shades of Deep Magenta #C60BBD

Tints of Deep Magenta #C60BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 49.75%
G = 2.76%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C60BBD (or 0xC60BBD) is known color: Deep Magenta. HEX triplet: C6, 0B and BD. RGB value is (198,11,189). Sum of RGB (Red+Green+Blue) = 198+11+189=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BBD is #39F442. Grayscale: #565656. Windows color (decimal): -3798083 or 12389318. OLE color: 12389318.

HSL color Cylindrical-coordinate representation of color #C60BBD: hue angle of 302.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60BBD is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 11 189 -
CMYK 0 0.94 0.05 0.22
HSL 302.89º 0.89% 0.41% -
HSV(B) 302.89º 0.94% 0.78% -
XYZ 32.59 15.92 49.5 -
YUV 87.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 198 11 189 0 0.94 0.05 0.22 302.89 0.89 0.41
Hex C6 B BD 0 5E 5 16 12F 59 29
Octal 306 13 275 0 136 5 26 457 131 51
Binary 11000110 1011 10111101 0 1011110 101 10110 100101111 1011001 101001

Color Harmonies of #C60BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BBD

Black with #C60BBD

Text Example


Text Example

White with #C60BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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