Html Css Color HEX #C818CF Deep Magenta

📋 copy color: '#C818CF'

red 200 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #C818CF

Tints of Deep Magenta #C818CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 46.4%
G = 5.57%
B = 48.03%

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

#C818CF (or 0xC818CF) is known color: Deep Magenta. HEX triplet: C8, 18 and CF. RGB value is (200,24,207). Sum of RGB (Red+Green+Blue) = 200+24+207=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C818CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818CF is #37E730. Grayscale: #606060. Windows color (decimal): -3663665 or 13572296. OLE color: 13572296.

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

Color convert

RGB 200 24 207 -
CMYK 0.03 0.88 0 0.19
HSL 297.7º 0.79% 0.45% -
HSV(B) 297.7º 0.88% 0.81% -
XYZ 35.41 17.44 60.53 -
YUV 97.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 200 24 207 0.03 0.88 0 0.19 297.7 0.79 0.45
Hex C8 18 CF 3 58 0 13 12A 4F 2D
Octal 310 30 317 3 130 0 23 452 117 55
Binary 11001000 11000 11001111 11 1011000 0 10011 100101010 1001111 101101

Color Harmonies of #C818CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818CF

Black with #C818CF

Text Example


Text Example

White with #C818CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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