Html Css Color HEX #C818CE Deep Magenta

📋 copy color: '#C818CE'

red 200 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #C818CE

Tints of Deep Magenta #C818CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 46.51%
G = 5.58%
B = 47.91%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C818CE (or 0xC818CE) is known color: Deep Magenta. HEX triplet: C8, 18 and CE. RGB value is (200,24,206). Sum of RGB (Red+Green+Blue) = 200+24+206=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #C818CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818CE is #37E731. Grayscale: #606060. Windows color (decimal): -3663666 or 13506760. OLE color: 13506760.

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

Color convert

RGB 200 24 206 -
CMYK 0.03 0.88 0 0.19
HSL 298.02º 0.79% 0.45% -
HSV(B) 298.02º 0.88% 0.81% -
XYZ 35.29 17.39 59.89 -
YUV 97.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 200 24 206 0.03 0.88 0 0.19 298.02 0.79 0.45
Hex C8 18 CE 3 58 0 13 12A 4F 2D
Octal 310 30 316 3 130 0 23 452 117 55
Binary 11001000 11000 11001110 11 1011000 0 10011 100101010 1001111 101101

Color Harmonies of #C818CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818CE

Black with #C818CE

Text Example


Text Example

White with #C818CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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