Html Css Color HEX #C710CA Deep Magenta

📋 copy color: '#C710CA'

red 199 ◦ green 16 ◦ blue 202

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

Shades of Deep Magenta #C710CA

Tints of Deep Magenta #C710CA

RGB

 RED value IS 199 (78.13% from 255) = 47.72%

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

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

R = 47.72%
G = 3.84%
B = 48.44%

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

#C710CA (or 0xC710CA) is known color: Deep Magenta. HEX triplet: C7, 10 and CA. RGB value is (199,16,202). Sum of RGB (Red+Green+Blue) = 199+16+202=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #C710CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710CA is #38EF35. Grayscale: #5B5B5B. Windows color (decimal): -3731254 or 13242567. OLE color: 13242567.

HSL color Cylindrical-coordinate representation of color #C710CA: hue angle of 299.03º 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 #C710CA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 16 202 -
CMYK 0.01 0.92 0 0.21
HSL 299.03º 0.85% 0.43% -
HSV(B) 299.03º 0.92% 0.79% -
XYZ 34.4 16.78 57.3 -
YUV 91.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 199 16 202 0.01 0.92 0 0.21 299.03 0.85 0.43
Hex C7 10 CA 1 5C 0 15 12B 55 2B
Octal 307 20 312 1 134 0 25 453 125 53
Binary 11000111 10000 11001010 1 1011100 0 10101 100101011 1010101 101011

Color Harmonies of #C710CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710CA

Black with #C710CA

Text Example


Text Example

White with #C710CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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