Html Css Color HEX #C304BE Deep Magenta

📋 copy color: '#C304BE'

red 195 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #C304BE

Tints of Deep Magenta #C304BE

RGB

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

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

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

R = 50.13%
G = 1.03%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C304BE (or 0xC304BE) is known color: Deep Magenta. HEX triplet: C3, 04 and BE. RGB value is (195,4,190). Sum of RGB (Red+Green+Blue) = 195+4+190=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C304BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304BE is #3CFB41. Grayscale: #515151. Windows color (decimal): -3996482 or 12453059. OLE color: 12453059.

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

Color convert

RGB 195 4 190 -
CMYK 0 0.98 0.03 0.24
HSL 301.57º 0.96% 0.39% -
HSV(B) 301.57º 0.98% 0.76% -
XYZ 31.84 15.41 50.01 -
YUV 82.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 195 4 190 0 0.98 0.03 0.24 301.57 0.96 0.39
Hex C3 4 BE 0 62 3 18 12E 60 27
Octal 303 4 276 0 142 3 30 456 140 47
Binary 11000011 100 10111110 0 1100010 11 11000 100101110 1100000 100111

Color Harmonies of #C304BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304BE

Black with #C304BE

Text Example


Text Example

White with #C304BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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