Html Css Color HEX #C209CF Deep Magenta

📋 copy color: '#C209CF'

red 194 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #C209CF

Tints of Deep Magenta #C209CF

RGB

 RED value IS 194 (76.17% from 255) = 47.32%

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 47.32%
G = 2.2%
B = 50.49%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C209CF (or 0xC209CF) is known color: Deep Magenta. HEX triplet: C2, 09 and CF. RGB value is (194,9,207). Sum of RGB (Red+Green+Blue) = 194+9+207=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #C209CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209CF is #3DF630. Grayscale: #565656. Windows color (decimal): -4060721 or 13568450. OLE color: 13568450.

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

Color convert

RGB 194 9 207 -
CMYK 0.06 0.96 0 0.19
HSL 296.06º 0.92% 0.42% -
HSV(B) 296.06º 0.96% 0.81% -
XYZ 33.61 16.17 60.38 -
YUV 86.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 194 9 207 0.06 0.96 0 0.19 296.06 0.92 0.42
Hex C2 9 CF 6 60 0 13 128 5C 2A
Octal 302 11 317 6 140 0 23 450 134 52
Binary 11000010 1001 11001111 110 1100000 0 10011 100101000 1011100 101010

Color Harmonies of #C209CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209CF

Black with #C209CF

Text Example


Text Example

White with #C209CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209CF; }

 p { color: rgb(194,9,207); }

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

background-color css

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

 a { background-color: rgb(194,9,207); }

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

border-color css

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

 span { border-color: rgb(194,9,207); }

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