Html Css Color HEX #C307DF Deep Magenta

📋 copy color: '#C307DF'

red 195 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #C307DF

Tints of Deep Magenta #C307DF

RGB

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

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

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

R = 45.88%
G = 1.65%
B = 52.47%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C307DF (or 0xC307DF) is known color: Deep Magenta. HEX triplet: C3, 07 and DF. RGB value is (195,7,223). Sum of RGB (Red+Green+Blue) = 195+7+223=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C307DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307DF is #3CF820. Grayscale: #575757. Windows color (decimal): -3995681 or 14616515. OLE color: 14616515.

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

Color convert

RGB 195 7 223 -
CMYK 0.13 0.97 0 0.13
HSL 292.22º 0.94% 0.45% -
HSV(B) 292.22º 0.97% 0.87% -
XYZ 35.9 17.08 71.22 -
YUV 87.84 204.28 204.44 -
System Red Green Blue C M Y K H S L
Decimal 195 7 223 0.13 0.97 0 0.13 292.22 0.94 0.45
Hex C3 7 DF D 61 0 D 124 5E 2D
Octal 303 7 337 15 141 0 15 444 136 55
Binary 11000011 111 11011111 1101 1100001 0 1101 100100100 1011110 101101

Color Harmonies of #C307DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307DF

Black with #C307DF

Text Example


Text Example

White with #C307DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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