Html Css Color HEX #C309DB Deep Magenta

📋 copy color: '#C309DB'

red 195 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #C309DB

Tints of Deep Magenta #C309DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 46.1%
G = 2.13%
B = 51.77%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C309DB (or 0xC309DB) is known color: Deep Magenta. HEX triplet: C3, 09 and DB. RGB value is (195,9,219). Sum of RGB (Red+Green+Blue) = 195+9+219=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #C309DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309DB is #3CF624. Grayscale: #575757. Windows color (decimal): -3995173 or 14354883. OLE color: 14354883.

HSL color Cylindrical-coordinate representation of color #C309DB: hue angle of 293.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309DB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 9 219 -
CMYK 0.11 0.96 0 0.14
HSL 293.14º 0.92% 0.45% -
HSV(B) 293.14º 0.96% 0.86% -
XYZ 35.39 16.91 68.42 -
YUV 88.55 201.62 203.92 -
System Red Green Blue C M Y K H S L
Decimal 195 9 219 0.11 0.96 0 0.14 293.14 0.92 0.45
Hex C3 9 DB B 60 0 E 125 5C 2D
Octal 303 11 333 13 140 0 16 445 134 55
Binary 11000011 1001 11011011 1011 1100000 0 1110 100100101 1011100 101101

Color Harmonies of #C309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309DB

Black with #C309DB

Text Example


Text Example

White with #C309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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