Html Css Color HEX #C607CD Deep Magenta

📋 copy color: '#C607CD'

red 198 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #C607CD

Tints of Deep Magenta #C607CD

RGB

 RED value IS 198 (77.73% from 255) = 48.29%

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 48.29%
G = 1.71%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C607CD (or 0xC607CD) is known color: Deep Magenta. HEX triplet: C6, 07 and CD. RGB value is (198,7,205). Sum of RGB (Red+Green+Blue) = 198+7+205=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #C607CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607CD is #39F832. Grayscale: #565656. Windows color (decimal): -3799091 or 13436870. OLE color: 13436870.

HSL color Cylindrical-coordinate representation of color #C607CD: hue angle of 297.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C607CD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 7 205 -
CMYK 0.03 0.97 0 0.20
HSL 297.88º 0.93% 0.42% -
HSV(B) 297.88º 0.97% 0.8% -
XYZ 34.38 16.57 59.14 -
YUV 86.68 194.78 207.4 -
System Red Green Blue C M Y K H S L
Decimal 198 7 205 0.03 0.97 0 0.20 297.88 0.93 0.42
Hex C6 7 CD 3 61 0 14 12A 5D 2A
Octal 306 7 315 3 141 0 24 452 135 52
Binary 11000110 111 11001101 11 1100001 0 10100 100101010 1011101 101010

Color Harmonies of #C607CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C607CD

Black with #C607CD

Text Example


Text Example

White with #C607CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C607CD; }

 p { color: rgb(198,7,205); }

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

background-color css

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

 a { background-color: rgb(198,7,205); }

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

border-color css

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

 span { border-color: rgb(198,7,205); }

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