Html Css Color HEX #C307BE Deep Magenta

📋 copy color: '#C307BE'

red 195 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #C307BE

Tints of Deep Magenta #C307BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 49.74%
G = 1.79%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C307BE (or 0xC307BE) is known color: Deep Magenta. HEX triplet: C3, 07 and BE. RGB value is (195,7,190). Sum of RGB (Red+Green+Blue) = 195+7+190=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C307BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307BE is #3CF841. Grayscale: #535353. Windows color (decimal): -3995714 or 12453827. OLE color: 12453827.

HSL color Cylindrical-coordinate representation of color #C307BE: hue angle of 301.6º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C307BE is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 190 -
CMYK 0 0.96 0.03 0.24
HSL 301.6º 0.93% 0.4% -
HSV(B) 301.6º 0.96% 0.76% -
XYZ 31.88 15.47 50.02 -
YUV 84.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 195 7 190 0 0.96 0.03 0.24 301.6 0.93 0.4
Hex C3 7 BE 0 60 3 18 12E 5D 28
Octal 303 7 276 0 140 3 30 456 135 50
Binary 11000011 111 10111110 0 1100000 11 11000 100101110 1011101 101000

Color Harmonies of #C307BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307BE

Black with #C307BE

Text Example


Text Example

White with #C307BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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