Html Css Color HEX #C307DE Deep Magenta

📋 copy color: '#C307DE'

red 195 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #C307DE

Tints of Deep Magenta #C307DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 45.99%
G = 1.65%
B = 52.36%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C307DE (or 0xC307DE) is known color: Deep Magenta. HEX triplet: C3, 07 and DE. RGB value is (195,7,222). Sum of RGB (Red+Green+Blue) = 195+7+222=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #C307DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307DE is #3CF821. Grayscale: #575757. Windows color (decimal): -3995682 or 14550979. OLE color: 14550979.

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

Color convert

RGB 195 7 222 -
CMYK 0.12 0.97 0 0.13
HSL 292.47º 0.94% 0.45% -
HSV(B) 292.47º 0.97% 0.87% -
XYZ 35.77 17.03 70.51 -
YUV 87.72 203.78 204.52 -
System Red Green Blue C M Y K H S L
Decimal 195 7 222 0.12 0.97 0 0.13 292.47 0.94 0.45
Hex C3 7 DE C 61 0 D 124 5E 2D
Octal 303 7 336 14 141 0 15 444 136 55
Binary 11000011 111 11011110 1100 1100001 0 1101 100100100 1011110 101101

Color Harmonies of #C307DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307DE

Black with #C307DE

Text Example


Text Example

White with #C307DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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