Html Css Color HEX #C805CA Deep Magenta

📋 copy color: '#C805CA'

red 200 ◦ green 5 ◦ blue 202

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

Shades of Deep Magenta #C805CA

Tints of Deep Magenta #C805CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 49.14%
G = 1.23%
B = 49.63%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C805CA (or 0xC805CA) is known color: Deep Magenta. HEX triplet: C8, 05 and CA. RGB value is (200,5,202). Sum of RGB (Red+Green+Blue) = 200+5+202=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C805CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805CA is #37FA35. Grayscale: #555555. Windows color (decimal): -3668534 or 13239752. OLE color: 13239752.

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

Color convert

RGB 200 5 202 -
CMYK 0.01 0.98 0 0.21
HSL 299.39º 0.95% 0.41% -
HSV(B) 299.39º 0.98% 0.79% -
XYZ 34.53 16.65 57.27 -
YUV 85.76 193.6 209.48 -
System Red Green Blue C M Y K H S L
Decimal 200 5 202 0.01 0.98 0 0.21 299.39 0.95 0.41
Hex C8 5 CA 1 62 0 15 12B 5F 29
Octal 310 5 312 1 142 0 25 453 137 51
Binary 11001000 101 11001010 1 1100010 0 10101 100101011 1011111 101001

Color Harmonies of #C805CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805CA

Black with #C805CA

Text Example


Text Example

White with #C805CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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