Html Css Color HEX #C306D9 Deep Magenta

📋 copy color: '#C306D9'

red 195 ◦ green 6 ◦ blue 217

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

Shades of Deep Magenta #C306D9

Tints of Deep Magenta #C306D9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 217 (85.16% from 255) = 51.91%

R = 46.65%
G = 1.44%
B = 51.91%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C306D9 (or 0xC306D9) is known color: Deep Magenta. HEX triplet: C3, 06 and D9. RGB value is (195,6,217). Sum of RGB (Red+Green+Blue) = 195+6+217=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #C306D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306D9 is #3CF926. Grayscale: #555555. Windows color (decimal): -3995943 or 14223043. OLE color: 14223043.

HSL color Cylindrical-coordinate representation of color #C306D9: hue angle of 293.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306D9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 6 217 -
CMYK 0.10 0.97 0 0.15
HSL 293.74º 0.95% 0.44% -
HSV(B) 293.74º 0.97% 0.85% -
XYZ 35.1 16.74 67.03 -
YUV 86.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 195 6 217 0.10 0.97 0 0.15 293.74 0.95 0.44
Hex C3 6 D9 A 61 0 F 126 5F 2C
Octal 303 6 331 12 141 0 17 446 137 54
Binary 11000011 110 11011001 1010 1100001 0 1111 100100110 1011111 101100

Color Harmonies of #C306D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C306D9

Black with #C306D9

Text Example


Text Example

White with #C306D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C306D9; }

 p { color: rgb(195,6,217); }

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

background-color css

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

 a { background-color: rgb(195,6,217); }

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

border-color css

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

 span { border-color: rgb(195,6,217); }

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