Html Css Color HEX #C308DF Deep Magenta

📋 copy color: '#C308DF'

red 195 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #C308DF

Tints of Deep Magenta #C308DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.88%

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 45.77%
G = 1.88%
B = 52.35%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C308DF (or 0xC308DF) is known color: Deep Magenta. HEX triplet: C3, 08 and DF. RGB value is (195,8,223). Sum of RGB (Red+Green+Blue) = 195+8+223=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C308DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308DF is #3CF720. Grayscale: #575757. Windows color (decimal): -3995425 or 14616771. OLE color: 14616771.

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

Color convert

RGB 195 8 223 -
CMYK 0.13 0.96 0 0.13
HSL 292.19º 0.93% 0.45% -
HSV(B) 292.19º 0.96% 0.87% -
XYZ 35.91 17.1 71.22 -
YUV 88.42 203.95 204.02 -
System Red Green Blue C M Y K H S L
Decimal 195 8 223 0.13 0.96 0 0.13 292.19 0.93 0.45
Hex C3 8 DF D 60 0 D 124 5D 2D
Octal 303 10 337 15 140 0 15 444 135 55
Binary 11000011 1000 11011111 1101 1100000 0 1101 100100100 1011101 101101

Color Harmonies of #C308DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308DF

Black with #C308DF

Text Example


Text Example

White with #C308DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308DF; }

 p { color: rgb(195,8,223); }

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

background-color css

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

 a { background-color: rgb(195,8,223); }

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

border-color css

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

 span { border-color: rgb(195,8,223); }

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