Html Css Color HEX #C700CA Deep Magenta

📋 copy color: '#C700CA'

red 199 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C700CA

Tints of Deep Magenta #C700CA

RGB

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

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

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

R = 49.63%
G = 0%
B = 50.37%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C700CA (or 0xC700CA) is known color: Deep Magenta. HEX triplet: C7, 00 and CA. RGB value is (199,0,202). Sum of RGB (Red+Green+Blue) = 199+0+202=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #C700CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CA is #38FF35. Grayscale: #515151. Windows color (decimal): -3735350 or 13238471. OLE color: 13238471.

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

Color convert

RGB 199 0 202 -
CMYK 0.01 1 0 0.21
HSL 299.11º 1% 0.4% -
HSV(B) 299.11º 1% 0.79% -
XYZ 34.21 16.41 57.24 -
YUV 82.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 199 0 202 0.01 1 0 0.21 299.11 1 0.4
Hex C7 0 CA 1 64 0 15 12B 64 28
Octal 307 0 312 1 144 0 25 453 144 50
Binary 11000111 0 11001010 1 1100100 0 10101 100101011 1100100 101000

Color Harmonies of #C700CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700CA

Black with #C700CA

Text Example


Text Example

White with #C700CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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