Html Css Color HEX #C304AD Deep Magenta

📋 copy color: '#C304AD'

red 195 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #C304AD

Tints of Deep Magenta #C304AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 52.42%
G = 1.08%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C304AD (or 0xC304AD) is known color: Deep Magenta. HEX triplet: C3, 04 and AD. RGB value is (195,4,173). Sum of RGB (Red+Green+Blue) = 195+4+173=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C304AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C304AD is #3CFB52. Grayscale: #4F4F4F. Windows color (decimal): -3996499 or 11338947. OLE color: 11338947.

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

Color convert

RGB 195 4 173 -
CMYK 0 0.98 0.11 0.24
HSL 306.91º 0.96% 0.39% -
HSV(B) 306.91º 0.98% 0.76% -
XYZ 30.09 14.71 40.79 -
YUV 80.38 180.28 209.76 -
System Red Green Blue C M Y K H S L
Decimal 195 4 173 0 0.98 0.11 0.24 306.91 0.96 0.39
Hex C3 4 AD 0 62 B 18 133 60 27
Octal 303 4 255 0 142 13 30 463 140 47
Binary 11000011 100 10101101 0 1100010 1011 11000 100110011 1100000 100111

Color Harmonies of #C304AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304AD

Black with #C304AD

Text Example


Text Example

White with #C304AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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