Html Css Color HEX #C618B3 Deep Magenta

📋 copy color: '#C618B3'

red 198 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #C618B3

Tints of Deep Magenta #C618B3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.99%

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 49.38%
G = 5.99%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C618B3 (or 0xC618B3) is known color: Deep Magenta. HEX triplet: C6, 18 and B3. RGB value is (198,24,179). Sum of RGB (Red+Green+Blue) = 198+24+179=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C618B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618B3 is #39E74C. Grayscale: #5D5D5D. Windows color (decimal): -3794765 or 11737286. OLE color: 11737286.

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

Color convert

RGB 198 24 179 -
CMYK 0 0.88 0.10 0.22
HSL 306.55º 0.78% 0.44% -
HSV(B) 306.55º 0.88% 0.78% -
XYZ 31.75 15.91 44.05 -
YUV 93.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 198 24 179 0 0.88 0.10 0.22 306.55 0.78 0.44
Hex C6 18 B3 0 58 A 16 133 4E 2C
Octal 306 30 263 0 130 12 26 463 116 54
Binary 11000110 11000 10110011 0 1011000 1010 10110 100110011 1001110 101100

Color Harmonies of #C618B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618B3

Black with #C618B3

Text Example


Text Example

White with #C618B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618B3; }

 p { color: rgb(198,24,179); }

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

background-color css

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

 a { background-color: rgb(198,24,179); }

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

border-color css

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

 span { border-color: rgb(198,24,179); }

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