Html Css Color HEX #C007DD Deep Magenta

📋 copy color: '#C007DD'

red 192 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #C007DD

Tints of Deep Magenta #C007DD

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 45.71%
G = 1.67%
B = 52.62%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C007DD (or 0xC007DD) is known color: Deep Magenta. HEX triplet: C0, 07 and DD. RGB value is (192,7,221). Sum of RGB (Red+Green+Blue) = 192+7+221=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C007DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007DD is #3FF822. Grayscale: #565656. Windows color (decimal): -4192291 or 14485440. OLE color: 14485440.

HSL color Cylindrical-coordinate representation of color #C007DD: hue angle of 291.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007DD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 7 221 -
CMYK 0.13 0.97 0 0.13
HSL 291.87º 0.94% 0.45% -
HSV(B) 291.87º 0.97% 0.87% -
XYZ 34.87 16.58 69.77 -
YUV 86.71 203.79 203.1 -
System Red Green Blue C M Y K H S L
Decimal 192 7 221 0.13 0.97 0 0.13 291.87 0.94 0.45
Hex C0 7 DD D 61 0 D 124 5E 2D
Octal 300 7 335 15 141 0 15 444 136 55
Binary 11000000 111 11011101 1101 1100001 0 1101 100100100 1011110 101101

Color Harmonies of #C007DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007DD

Black with #C007DD

Text Example


Text Example

White with #C007DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007DD; }

 p { color: rgb(192,7,221); }

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

background-color css

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

 a { background-color: rgb(192,7,221); }

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

border-color css

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

 span { border-color: rgb(192,7,221); }

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