Html Css Color HEX #C309CE Deep Magenta

📋 copy color: '#C309CE'

red 195 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #C309CE

Tints of Deep Magenta #C309CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 47.56%
G = 2.2%
B = 50.24%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C309CE (or 0xC309CE) is known color: Deep Magenta. HEX triplet: C3, 09 and CE. RGB value is (195,9,206). Sum of RGB (Red+Green+Blue) = 195+9+206=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C309CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309CE is #3CF631. Grayscale: #565656. Windows color (decimal): -3995186 or 13502915. OLE color: 13502915.

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

Color convert

RGB 195 9 206 -
CMYK 0.05 0.96 0 0.19
HSL 296.65º 0.92% 0.42% -
HSV(B) 296.65º 0.96% 0.81% -
XYZ 33.74 16.25 59.75 -
YUV 87.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 195 9 206 0.05 0.96 0 0.19 296.65 0.92 0.42
Hex C3 9 CE 5 60 0 13 129 5C 2A
Octal 303 11 316 5 140 0 23 451 134 52
Binary 11000011 1001 11001110 101 1100000 0 10011 100101001 1011100 101010

Color Harmonies of #C309CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309CE

Black with #C309CE

Text Example


Text Example

White with #C309CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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