Html Css Color HEX #C818CD Deep Magenta

📋 copy color: '#C818CD'

red 200 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #C818CD

Tints of Deep Magenta #C818CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 46.62%
G = 5.59%
B = 47.79%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C818CD (or 0xC818CD) is known color: Deep Magenta. HEX triplet: C8, 18 and CD. RGB value is (200,24,205). Sum of RGB (Red+Green+Blue) = 200+24+205=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C818CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818CD is #37E732. Grayscale: #606060. Windows color (decimal): -3663667 or 13441224. OLE color: 13441224.

HSL color Cylindrical-coordinate representation of color #C818CD: hue angle of 298.34º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C818CD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 24 205 -
CMYK 0.02 0.88 0 0.20
HSL 298.34º 0.79% 0.45% -
HSV(B) 298.34º 0.88% 0.8% -
XYZ 35.17 17.34 59.25 -
YUV 97.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 200 24 205 0.02 0.88 0 0.20 298.34 0.79 0.45
Hex C8 18 CD 2 58 0 14 12A 4F 2D
Octal 310 30 315 2 130 0 24 452 117 55
Binary 11001000 11000 11001101 10 1011000 0 10100 100101010 1001111 101101

Color Harmonies of #C818CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818CD

Black with #C818CD

Text Example


Text Example

White with #C818CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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