Html Css Color HEX #C307B6 Deep Magenta

📋 copy color: '#C307B6'

red 195 ◦ green 7 ◦ blue 182

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

Shades of Deep Magenta #C307B6

Tints of Deep Magenta #C307B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 50.78%
G = 1.82%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C307B6 (or 0xC307B6) is known color: Deep Magenta. HEX triplet: C3, 07 and B6. RGB value is (195,7,182). Sum of RGB (Red+Green+Blue) = 195+7+182=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C307B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307B6 is #3CF849. Grayscale: #525252. Windows color (decimal): -3995722 or 11929539. OLE color: 11929539.

HSL color Cylindrical-coordinate representation of color #C307B6: hue angle of 304.15º 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 #C307B6 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 182 -
CMYK 0 0.96 0.07 0.24
HSL 304.15º 0.93% 0.4% -
HSV(B) 304.15º 0.96% 0.76% -
XYZ 31.03 15.13 45.54 -
YUV 83.16 183.78 207.77 -
System Red Green Blue C M Y K H S L
Decimal 195 7 182 0 0.96 0.07 0.24 304.15 0.93 0.4
Hex C3 7 B6 0 60 7 18 130 5D 28
Octal 303 7 266 0 140 7 30 460 135 50
Binary 11000011 111 10110110 0 1100000 111 11000 100110000 1011101 101000

Color Harmonies of #C307B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307B6

Black with #C307B6

Text Example


Text Example

White with #C307B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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