Html Css Color HEX #C307D8 Deep Magenta

📋 copy color: '#C307D8'

red 195 ◦ green 7 ◦ blue 216

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

Shades of Deep Magenta #C307D8

Tints of Deep Magenta #C307D8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 216 (84.77% from 255) = 51.67%

R = 46.65%
G = 1.67%
B = 51.67%

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

#C307D8 (or 0xC307D8) is known color: Deep Magenta. HEX triplet: C3, 07 and D8. RGB value is (195,7,216). Sum of RGB (Red+Green+Blue) = 195+7+216=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #C307D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307D8 is #3CF827. Grayscale: #565656. Windows color (decimal): -3995688 or 14157763. OLE color: 14157763.

HSL color Cylindrical-coordinate representation of color #C307D8: hue angle of 293.97º degrees, saturation: 0.94, 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 #C307D8 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 7 216 -
CMYK 0.10 0.97 0 0.15
HSL 293.97º 0.94% 0.44% -
HSV(B) 293.97º 0.97% 0.85% -
XYZ 34.98 16.71 66.35 -
YUV 87.04 200.78 205.01 -
System Red Green Blue C M Y K H S L
Decimal 195 7 216 0.10 0.97 0 0.15 293.97 0.94 0.44
Hex C3 7 D8 A 61 0 F 126 5E 2C
Octal 303 7 330 12 141 0 17 446 136 54
Binary 11000011 111 11011000 1010 1100001 0 1111 100100110 1011110 101100

Color Harmonies of #C307D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307D8

Black with #C307D8

Text Example


Text Example

White with #C307D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307D8; }

 p { color: rgb(195,7,216); }

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

background-color css

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

 a { background-color: rgb(195,7,216); }

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

border-color css

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

 span { border-color: rgb(195,7,216); }

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