Html Css Color HEX #C700C4 Deep Magenta

📋 copy color: '#C700C4'

red 199 ◦ green 0 ◦ blue 196

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

Shades of Deep Magenta #C700C4

Tints of Deep Magenta #C700C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.62%

R = 50.38%
G = 0%
B = 49.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C700C4 (or 0xC700C4) is known color: Deep Magenta. HEX triplet: C7, 00 and C4. RGB value is (199,0,196). Sum of RGB (Red+Green+Blue) = 199+0+196=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C700C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700C4 is #38FF3B. Grayscale: #515151. Windows color (decimal): -3735356 or 12845255. OLE color: 12845255.

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

Color convert

RGB 199 0 196 -
CMYK 0 1 0.02 0.22
HSL 300.9º 1% 0.39% -
HSV(B) 300.9º 1% 0.78% -
XYZ 33.52 16.13 53.57 -
YUV 81.85 192.43 211.56 -
System Red Green Blue C M Y K H S L
Decimal 199 0 196 0 1 0.02 0.22 300.9 1 0.39
Hex C7 0 C4 0 64 2 16 12D 64 27
Octal 307 0 304 0 144 2 26 455 144 47
Binary 11000111 0 11000100 0 1100100 10 10110 100101101 1100100 100111

Color Harmonies of #C700C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700C4

Black with #C700C4

Text Example


Text Example

White with #C700C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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