Html Css Color HEX #C306DB Deep Magenta

📋 copy color: '#C306DB'

red 195 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #C306DB

Tints of Deep Magenta #C306DB

RGB

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

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

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

R = 46.43%
G = 1.43%
B = 52.14%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C306DB (or 0xC306DB) is known color: Deep Magenta. HEX triplet: C3, 06 and DB. RGB value is (195,6,219). Sum of RGB (Red+Green+Blue) = 195+6+219=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #C306DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306DB is #3CF924. Grayscale: #565656. Windows color (decimal): -3995941 or 14354115. OLE color: 14354115.

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

Color convert

RGB 195 6 219 -
CMYK 0.11 0.97 0 0.14
HSL 293.24º 0.95% 0.44% -
HSV(B) 293.24º 0.97% 0.86% -
XYZ 35.36 16.85 68.41 -
YUV 86.79 202.62 205.18 -
System Red Green Blue C M Y K H S L
Decimal 195 6 219 0.11 0.97 0 0.14 293.24 0.95 0.44
Hex C3 6 DB B 61 0 E 125 5F 2C
Octal 303 6 333 13 141 0 16 445 137 54
Binary 11000011 110 11011011 1011 1100001 0 1110 100100101 1011111 101100

Color Harmonies of #C306DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C306DB

Black with #C306DB

Text Example


Text Example

White with #C306DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C306DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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