Html Css Color HEX #C306AF Deep Magenta

📋 copy color: '#C306AF'

red 195 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #C306AF

Tints of Deep Magenta #C306AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 51.86%
G = 1.6%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C306AF (or 0xC306AF) is known color: Deep Magenta. HEX triplet: C3, 06 and AF. RGB value is (195,6,175). Sum of RGB (Red+Green+Blue) = 195+6+175=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C306AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C306AF is #3CF950. Grayscale: #515151. Windows color (decimal): -3995985 or 11470531. OLE color: 11470531.

HSL color Cylindrical-coordinate representation of color #C306AF: hue angle of 306.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306AF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 175 -
CMYK 0 0.97 0.10 0.24
HSL 306.35º 0.94% 0.39% -
HSV(B) 306.35º 0.97% 0.76% -
XYZ 30.31 14.83 41.82 -
YUV 81.78 180.62 208.76 -
System Red Green Blue C M Y K H S L
Decimal 195 6 175 0 0.97 0.10 0.24 306.35 0.94 0.39
Hex C3 6 AF 0 61 A 18 132 5E 27
Octal 303 6 257 0 141 12 30 462 136 47
Binary 11000011 110 10101111 0 1100001 1010 11000 100110010 1011110 100111

Color Harmonies of #C306AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C306AF

Black with #C306AF

Text Example


Text Example

White with #C306AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C306AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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