Html Css Color HEX #C707CC Deep Magenta

📋 copy color: '#C707CC'

red 199 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #C707CC

Tints of Deep Magenta #C707CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 48.54%
G = 1.71%
B = 49.76%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C707CC (or 0xC707CC) is known color: Deep Magenta. HEX triplet: C7, 07 and CC. RGB value is (199,7,204). Sum of RGB (Red+Green+Blue) = 199+7+204=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #C707CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707CC is #38F833. Grayscale: #565656. Windows color (decimal): -3733556 or 13371335. OLE color: 13371335.

HSL color Cylindrical-coordinate representation of color #C707CC: hue angle of 298.48º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C707CC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 7 204 -
CMYK 0.02 0.97 0 0.2
HSL 298.48º 0.93% 0.41% -
HSV(B) 298.48º 0.97% 0.8% -
XYZ 34.53 16.65 58.52 -
YUV 86.87 194.11 207.98 -
System Red Green Blue C M Y K H S L
Decimal 199 7 204 0.02 0.97 0 0.2 298.48 0.93 0.41
Hex C7 7 CC 2 61 0 14 12A 5D 29
Octal 307 7 314 2 141 0 24 452 135 51
Binary 11000111 111 11001100 10 1100001 0 10100 100101010 1011101 101001

Color Harmonies of #C707CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707CC

Black with #C707CC

Text Example


Text Example

White with #C707CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707CC; }

 p { color: rgb(199,7,204); }

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

background-color css

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

 a { background-color: rgb(199,7,204); }

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

border-color css

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

 span { border-color: rgb(199,7,204); }

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