Html Css Color HEX #C821CF Deep Magenta

📋 copy color: '#C821CF'

red 200 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #C821CF

Tints of Deep Magenta #C821CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.5%

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

R = 45.45%
G = 7.5%
B = 47.05%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C821CF (or 0xC821CF) is known color: Deep Magenta. HEX triplet: C8, 21 and CF. RGB value is (200,33,207). Sum of RGB (Red+Green+Blue) = 200+33+207=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #C821CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821CF is #37DE30. Grayscale: #666666. Windows color (decimal): -3661361 or 13574600. OLE color: 13574600.

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

Color convert

RGB 200 33 207 -
CMYK 0.03 0.84 0 0.19
HSL 297.59º 0.73% 0.47% -
HSV(B) 297.59º 0.84% 0.81% -
XYZ 35.63 17.87 60.6 -
YUV 102.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 200 33 207 0.03 0.84 0 0.19 297.59 0.73 0.47
Hex C8 21 CF 3 54 0 13 12A 48 2F
Octal 310 41 317 3 124 0 23 452 110 57
Binary 11001000 100001 11001111 11 1010100 0 10011 100101010 1001000 101111

Color Harmonies of #C821CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821CF

Black with #C821CF

Text Example


Text Example

White with #C821CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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