Html Css Color HEX #C710CB Deep Magenta

📋 copy color: '#C710CB'

red 199 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #C710CB

Tints of Deep Magenta #C710CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 47.61%
G = 3.83%
B = 48.56%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C710CB (or 0xC710CB) is known color: Deep Magenta. HEX triplet: C7, 10 and CB. RGB value is (199,16,203). Sum of RGB (Red+Green+Blue) = 199+16+203=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #C710CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710CB is #38EF34. Grayscale: #5B5B5B. Windows color (decimal): -3731253 or 13308103. OLE color: 13308103.

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

Color convert

RGB 199 16 203 -
CMYK 0.02 0.92 0 0.20
HSL 298.72º 0.85% 0.43% -
HSV(B) 298.72º 0.92% 0.8% -
XYZ 34.52 16.82 57.93 -
YUV 92.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 199 16 203 0.02 0.92 0 0.20 298.72 0.85 0.43
Hex C7 10 CB 2 5C 0 14 12B 55 2B
Octal 307 20 313 2 134 0 24 453 125 53
Binary 11000111 10000 11001011 10 1011100 0 10100 100101011 1010101 101011

Color Harmonies of #C710CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710CB

Black with #C710CB

Text Example


Text Example

White with #C710CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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