Html Css Color HEX #C304BF Deep Magenta

📋 copy color: '#C304BF'

red 195 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #C304BF

Tints of Deep Magenta #C304BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 191 (75% from 255) = 48.97%

R = 50%
G = 1.03%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C304BF (or 0xC304BF) is known color: Deep Magenta. HEX triplet: C3, 04 and BF. RGB value is (195,4,191). Sum of RGB (Red+Green+Blue) = 195+4+191=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C304BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304BF is #3CFB40. Grayscale: #515151. Windows color (decimal): -3996481 or 12518595. OLE color: 12518595.

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

Color convert

RGB 195 4 191 -
CMYK 0 0.98 0.02 0.24
HSL 301.26º 0.96% 0.39% -
HSV(B) 301.26º 0.98% 0.76% -
XYZ 31.95 15.45 50.59 -
YUV 82.43 189.28 208.29 -
System Red Green Blue C M Y K H S L
Decimal 195 4 191 0 0.98 0.02 0.24 301.26 0.96 0.39
Hex C3 4 BF 0 62 2 18 12D 60 27
Octal 303 4 277 0 142 2 30 455 140 47
Binary 11000011 100 10111111 0 1100010 10 11000 100101101 1100000 100111

Color Harmonies of #C304BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304BF

Black with #C304BF

Text Example


Text Example

White with #C304BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304BF; }

 p { color: rgb(195,4,191); }

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

background-color css

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

 a { background-color: rgb(195,4,191); }

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

border-color css

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

 span { border-color: rgb(195,4,191); }

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