Html Css Color HEX #C700CB Deep Magenta

📋 copy color: '#C700CB'

red 199 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #C700CB

Tints of Deep Magenta #C700CB

RGB

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

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

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

R = 49.5%
G = 0%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C700CB (or 0xC700CB) is known color: Deep Magenta. HEX triplet: C7, 00 and CB. RGB value is (199,0,203). Sum of RGB (Red+Green+Blue) = 199+0+203=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #C700CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CB is #38FF34. Grayscale: #525252. Windows color (decimal): -3735349 or 13304007. OLE color: 13304007.

HSL color Cylindrical-coordinate representation of color #C700CB: hue angle of 298.82º 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 #C700CB is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 0 203 -
CMYK 0.02 1 0 0.20
HSL 298.82º 1% 0.4% -
HSV(B) 298.82º 1% 0.8% -
XYZ 34.33 16.45 57.87 -
YUV 82.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 199 0 203 0.02 1 0 0.20 298.82 1 0.4
Hex C7 0 CB 2 64 0 14 12B 64 28
Octal 307 0 313 2 144 0 24 453 144 50
Binary 11000111 0 11001011 10 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #C700CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700CB

Black with #C700CB

Text Example


Text Example

White with #C700CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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