Html Css Color HEX #C307BD Deep Magenta

📋 copy color: '#C307BD'

red 195 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #C307BD

Tints of Deep Magenta #C307BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 49.87%
G = 1.79%
B = 48.34%

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

#C307BD (or 0xC307BD) is known color: Deep Magenta. HEX triplet: C3, 07 and BD. RGB value is (195,7,189). Sum of RGB (Red+Green+Blue) = 195+7+189=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C307BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307BD is #3CF842. Grayscale: #535353. Windows color (decimal): -3995715 or 12388291. OLE color: 12388291.

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

Color convert

RGB 195 7 189 -
CMYK 0 0.96 0.03 0.24
HSL 301.91º 0.93% 0.4% -
HSV(B) 301.91º 0.96% 0.76% -
XYZ 31.77 15.43 49.45 -
YUV 83.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 195 7 189 0 0.96 0.03 0.24 301.91 0.93 0.4
Hex C3 7 BD 0 60 3 18 12E 5D 28
Octal 303 7 275 0 140 3 30 456 135 50
Binary 11000011 111 10111101 0 1100000 11 11000 100101110 1011101 101000

Color Harmonies of #C307BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307BD

Black with #C307BD

Text Example


Text Example

White with #C307BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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