Html Css Color HEX #C818B3 Deep Magenta

📋 copy color: '#C818B3'

red 200 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #C818B3

Tints of Deep Magenta #C818B3

RGB

 RED value IS 200 (78.52% from 255) = 49.63%

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

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

R = 49.63%
G = 5.96%
B = 44.42%

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

#C818B3 (or 0xC818B3) is known color: Deep Magenta. HEX triplet: C8, 18 and B3. RGB value is (200,24,179). Sum of RGB (Red+Green+Blue) = 200+24+179=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C818B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818B3 is #37E74C. Grayscale: #5D5D5D. Windows color (decimal): -3663693 or 11737288. OLE color: 11737288.

HSL color Cylindrical-coordinate representation of color #C818B3: hue angle of 307.16º degrees, saturation: 0.79, 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 #C818B3 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 179 -
CMYK 0 0.88 0.10 0.22
HSL 307.16º 0.79% 0.44% -
HSV(B) 307.16º 0.88% 0.78% -
XYZ 32.28 16.19 44.07 -
YUV 94.29 175.81 203.4 -
System Red Green Blue C M Y K H S L
Decimal 200 24 179 0 0.88 0.10 0.22 307.16 0.79 0.44
Hex C8 18 B3 0 58 A 16 133 4F 2C
Octal 310 30 263 0 130 12 26 463 117 54
Binary 11001000 11000 10110011 0 1011000 1010 10110 100110011 1001111 101100

Color Harmonies of #C818B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818B3

Black with #C818B3

Text Example


Text Example

White with #C818B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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