Html Css Color HEX #C609CD Deep Magenta

📋 copy color: '#C609CD'

red 198 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #C609CD

Tints of Deep Magenta #C609CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.18%

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

R = 48.06%
G = 2.18%
B = 49.76%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C609CD (or 0xC609CD) is known color: Deep Magenta. HEX triplet: C6, 09 and CD. RGB value is (198,9,205). Sum of RGB (Red+Green+Blue) = 198+9+205=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #C609CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609CD is #39F632. Grayscale: #575757. Windows color (decimal): -3798579 or 13437382. OLE color: 13437382.

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

Color convert

RGB 198 9 205 -
CMYK 0.03 0.96 0 0.20
HSL 297.86º 0.92% 0.42% -
HSV(B) 297.86º 0.96% 0.8% -
XYZ 34.41 16.61 59.15 -
YUV 87.86 194.12 206.56 -
System Red Green Blue C M Y K H S L
Decimal 198 9 205 0.03 0.96 0 0.20 297.86 0.92 0.42
Hex C6 9 CD 3 60 0 14 12A 5C 2A
Octal 306 11 315 3 140 0 24 452 134 52
Binary 11000110 1001 11001101 11 1100000 0 10100 100101010 1011100 101010

Color Harmonies of #C609CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609CD

Black with #C609CD

Text Example


Text Example

White with #C609CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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