Html Css Color HEX #C707CB Deep Magenta

📋 copy color: '#C707CB'

red 199 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #C707CB

Tints of Deep Magenta #C707CB

RGB

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

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

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

R = 48.66%
G = 1.71%
B = 49.63%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C707CB (or 0xC707CB) is known color: Deep Magenta. HEX triplet: C7, 07 and CB. RGB value is (199,7,203). Sum of RGB (Red+Green+Blue) = 199+7+203=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #C707CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707CB is #38F834. Grayscale: #565656. Windows color (decimal): -3733557 or 13305799. OLE color: 13305799.

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

Color convert

RGB 199 7 203 -
CMYK 0.02 0.97 0 0.20
HSL 298.78º 0.93% 0.41% -
HSV(B) 298.78º 0.97% 0.8% -
XYZ 34.41 16.61 57.89 -
YUV 86.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 199 7 203 0.02 0.97 0 0.20 298.78 0.93 0.41
Hex C7 7 CB 2 61 0 14 12B 5D 29
Octal 307 7 313 2 141 0 24 453 135 51
Binary 11000111 111 11001011 10 1100001 0 10100 100101011 1011101 101001

Color Harmonies of #C707CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707CB

Black with #C707CB

Text Example


Text Example

White with #C707CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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