Html Css Color HEX #C304BC Deep Magenta

📋 copy color: '#C304BC'

red 195 ◦ green 4 ◦ blue 188

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

Shades of Deep Magenta #C304BC

Tints of Deep Magenta #C304BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 50.39%
G = 1.03%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C304BC (or 0xC304BC) is known color: Deep Magenta. HEX triplet: C3, 04 and BC. RGB value is (195,4,188). Sum of RGB (Red+Green+Blue) = 195+4+188=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C304BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304BC is #3CFB43. Grayscale: #515151. Windows color (decimal): -3996484 or 12321987. OLE color: 12321987.

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

Color convert

RGB 195 4 188 -
CMYK 0 0.98 0.04 0.24
HSL 302.2º 0.96% 0.39% -
HSV(B) 302.2º 0.98% 0.76% -
XYZ 31.63 15.32 48.87 -
YUV 82.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 195 4 188 0 0.98 0.04 0.24 302.2 0.96 0.39
Hex C3 4 BC 0 62 4 18 12E 60 27
Octal 303 4 274 0 142 4 30 456 140 47
Binary 11000011 100 10111100 0 1100010 100 11000 100101110 1100000 100111

Color Harmonies of #C304BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304BC

Black with #C304BC

Text Example


Text Example

White with #C304BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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