Html Css Color HEX #C306A7 Deep Magenta

📋 copy color: '#C306A7'

red 195 ◦ green 6 ◦ blue 167

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

Shades of Deep Magenta #C306A7

Tints of Deep Magenta #C306A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.38%

R = 52.99%
G = 1.63%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C306A7 (or 0xC306A7) is known color: Deep Magenta. HEX triplet: C3, 06 and A7. RGB value is (195,6,167). Sum of RGB (Red+Green+Blue) = 195+6+167=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C306A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C306A7 is #3CF958. Grayscale: #505050. Windows color (decimal): -3995993 or 10946243. OLE color: 10946243.

HSL color Cylindrical-coordinate representation of color #C306A7: hue angle of 308.89º 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 #C306A7 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 167 -
CMYK 0 0.97 0.14 0.24
HSL 308.89º 0.94% 0.39% -
HSV(B) 308.89º 0.97% 0.76% -
XYZ 29.55 14.52 37.81 -
YUV 80.87 176.62 209.41 -
System Red Green Blue C M Y K H S L
Decimal 195 6 167 0 0.97 0.14 0.24 308.89 0.94 0.39
Hex C3 6 A7 0 61 E 18 135 5E 27
Octal 303 6 247 0 141 16 30 465 136 47
Binary 11000011 110 10100111 0 1100001 1110 11000 100110101 1011110 100111

Color Harmonies of #C306A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C306A7

Black with #C306A7

Text Example


Text Example

White with #C306A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C306A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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