Html Css Color HEX #C306DD Deep Magenta

📋 copy color: '#C306DD'

red 195 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #C306DD

Tints of Deep Magenta #C306DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 46.21%
G = 1.42%
B = 52.37%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C306DD (or 0xC306DD) is known color: Deep Magenta. HEX triplet: C3, 06 and DD. RGB value is (195,6,221). Sum of RGB (Red+Green+Blue) = 195+6+221=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #C306DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306DD is #3CF922. Grayscale: #565656. Windows color (decimal): -3995939 or 14485187. OLE color: 14485187.

HSL color Cylindrical-coordinate representation of color #C306DD: hue angle of 292.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306DD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 6 221 -
CMYK 0.12 0.97 0 0.13
HSL 292.74º 0.95% 0.45% -
HSV(B) 292.74º 0.97% 0.87% -
XYZ 35.62 16.95 69.8 -
YUV 87.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 195 6 221 0.12 0.97 0 0.13 292.74 0.95 0.45
Hex C3 6 DD C 61 0 D 125 5F 2D
Octal 303 6 335 14 141 0 15 445 137 55
Binary 11000011 110 11011101 1100 1100001 0 1101 100100101 1011111 101101

Color Harmonies of #C306DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C306DD

Black with #C306DD

Text Example


Text Example

White with #C306DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C306DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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