Html Css Color HEX #C821CA Deep Magenta

📋 copy color: '#C821CA'

red 200 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #C821CA

Tints of Deep Magenta #C821CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 45.98%
G = 7.59%
B = 46.44%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C821CA (or 0xC821CA) is known color: Deep Magenta. HEX triplet: C8, 21 and CA. RGB value is (200,33,202). Sum of RGB (Red+Green+Blue) = 200+33+202=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #C821CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821CA is #37DE35. Grayscale: #656565. Windows color (decimal): -3661366 or 13246920. OLE color: 13246920.

HSL color Cylindrical-coordinate representation of color #C821CA: hue angle of 299.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C821CA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 33 202 -
CMYK 0.01 0.84 0 0.21
HSL 299.29º 0.72% 0.46% -
HSV(B) 299.29º 0.84% 0.79% -
XYZ 35.02 17.63 57.43 -
YUV 102.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 200 33 202 0.01 0.84 0 0.21 299.29 0.72 0.46
Hex C8 21 CA 1 54 0 15 12B 48 2E
Octal 310 41 312 1 124 0 25 453 110 56
Binary 11001000 100001 11001010 1 1010100 0 10101 100101011 1001000 101110

Color Harmonies of #C821CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821CA

Black with #C821CA

Text Example


Text Example

White with #C821CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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