Html Css Color HEX #C309CD Deep Magenta

📋 copy color: '#C309CD'

red 195 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #C309CD

Tints of Deep Magenta #C309CD

RGB

 RED value IS 195 (76.56% from 255) = 47.68%

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

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

R = 47.68%
G = 2.2%
B = 50.12%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C309CD (or 0xC309CD) is known color: Deep Magenta. HEX triplet: C3, 09 and CD. RGB value is (195,9,205). Sum of RGB (Red+Green+Blue) = 195+9+205=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C309CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309CD is #3CF632. Grayscale: #565656. Windows color (decimal): -3995187 or 13437379. OLE color: 13437379.

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

Color convert

RGB 195 9 205 -
CMYK 0.05 0.96 0 0.20
HSL 296.94º 0.92% 0.42% -
HSV(B) 296.94º 0.96% 0.8% -
XYZ 33.62 16.21 59.11 -
YUV 86.96 194.62 205.06 -
System Red Green Blue C M Y K H S L
Decimal 195 9 205 0.05 0.96 0 0.20 296.94 0.92 0.42
Hex C3 9 CD 5 60 0 14 129 5C 2A
Octal 303 11 315 5 140 0 24 451 134 52
Binary 11000011 1001 11001101 101 1100000 0 10100 100101001 1011100 101010

Color Harmonies of #C309CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309CD

Black with #C309CD

Text Example


Text Example

White with #C309CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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