Html Css Color HEX #C61BBD Deep Magenta

📋 copy color: '#C61BBD'

red 198 ◦ green 27 ◦ blue 189

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

Shades of Deep Magenta #C61BBD

Tints of Deep Magenta #C61BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.52%

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

R = 47.83%
G = 6.52%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C61BBD (or 0xC61BBD) is known color: Deep Magenta. HEX triplet: C6, 1B and BD. RGB value is (198,27,189). Sum of RGB (Red+Green+Blue) = 198+27+189=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BBD is #39E442. Grayscale: #606060. Windows color (decimal): -3793987 or 12393414. OLE color: 12393414.

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

Color convert

RGB 198 27 189 -
CMYK 0 0.86 0.05 0.22
HSL 303.16º 0.76% 0.44% -
HSV(B) 303.16º 0.86% 0.78% -
XYZ 32.87 16.46 49.59 -
YUV 96.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 198 27 189 0 0.86 0.05 0.22 303.16 0.76 0.44
Hex C6 1B BD 0 56 5 16 12F 4C 2C
Octal 306 33 275 0 126 5 26 457 114 54
Binary 11000110 11011 10111101 0 1010110 101 10110 100101111 1001100 101100

Color Harmonies of #C61BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BBD

Black with #C61BBD

Text Example


Text Example

White with #C61BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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