Html Css Color HEX #C818BC Deep Magenta

📋 copy color: '#C818BC'

red 200 ◦ green 24 ◦ blue 188

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

Shades of Deep Magenta #C818BC

Tints of Deep Magenta #C818BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 48.54%
G = 5.83%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C818BC (or 0xC818BC) is known color: Deep Magenta. HEX triplet: C8, 18 and BC. RGB value is (200,24,188). Sum of RGB (Red+Green+Blue) = 200+24+188=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C818BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818BC is #37E743. Grayscale: #5E5E5E. Windows color (decimal): -3663684 or 12327112. OLE color: 12327112.

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

Color convert

RGB 200 24 188 -
CMYK 0 0.88 0.06 0.22
HSL 304.09º 0.79% 0.44% -
HSV(B) 304.09º 0.88% 0.78% -
XYZ 33.22 16.56 49.02 -
YUV 95.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 200 24 188 0 0.88 0.06 0.22 304.09 0.79 0.44
Hex C8 18 BC 0 58 6 16 130 4F 2C
Octal 310 30 274 0 130 6 26 460 117 54
Binary 11001000 11000 10111100 0 1011000 110 10110 100110000 1001111 101100

Color Harmonies of #C818BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818BC

Black with #C818BC

Text Example


Text Example

White with #C818BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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