Html Css Color HEX #C700CC Deep Magenta

📋 copy color: '#C700CC'

red 199 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #C700CC

Tints of Deep Magenta #C700CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.38%
G = 0%
B = 50.62%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C700CC (or 0xC700CC) is known color: Deep Magenta. HEX triplet: C7, 00 and CC. RGB value is (199,0,204). Sum of RGB (Red+Green+Blue) = 199+0+204=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C700CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CC is #38FF33. Grayscale: #525252. Windows color (decimal): -3735348 or 13369543. OLE color: 13369543.

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

Color convert

RGB 199 0 204 -
CMYK 0.02 1 0 0.2
HSL 298.53º 1% 0.4% -
HSV(B) 298.53º 1% 0.8% -
XYZ 34.45 16.5 58.5 -
YUV 82.76 196.43 210.91 -
System Red Green Blue C M Y K H S L
Decimal 199 0 204 0.02 1 0 0.2 298.53 1 0.4
Hex C7 0 CC 2 64 0 14 12B 64 28
Octal 307 0 314 2 144 0 24 453 144 50
Binary 11000111 0 11001100 10 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #C700CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700CC

Black with #C700CC

Text Example


Text Example

White with #C700CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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