Html Css Color HEX #C810CA Deep Magenta

📋 copy color: '#C810CA'

red 200 ◦ green 16 ◦ blue 202

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

Shades of Deep Magenta #C810CA

Tints of Deep Magenta #C810CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.83%

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

R = 47.85%
G = 3.83%
B = 48.33%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C810CA (or 0xC810CA) is known color: Deep Magenta. HEX triplet: C8, 10 and CA. RGB value is (200,16,202). Sum of RGB (Red+Green+Blue) = 200+16+202=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #C810CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810CA is #37EF35. Grayscale: #5B5B5B. Windows color (decimal): -3665718 or 13242568. OLE color: 13242568.

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

Color convert

RGB 200 16 202 -
CMYK 0.01 0.92 0 0.21
HSL 299.35º 0.85% 0.43% -
HSV(B) 299.35º 0.92% 0.79% -
XYZ 34.67 16.91 57.31 -
YUV 92.22 189.96 204.88 -
System Red Green Blue C M Y K H S L
Decimal 200 16 202 0.01 0.92 0 0.21 299.35 0.85 0.43
Hex C8 10 CA 1 5C 0 15 12B 55 2B
Octal 310 20 312 1 134 0 25 453 125 53
Binary 11001000 10000 11001010 1 1011100 0 10101 100101011 1010101 101011

Color Harmonies of #C810CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810CA

Black with #C810CA

Text Example


Text Example

White with #C810CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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