Html Css Color HEX #C304AE Deep Magenta

📋 copy color: '#C304AE'

red 195 ◦ green 4 ◦ blue 174

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

Shades of Deep Magenta #C304AE

Tints of Deep Magenta #C304AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 52.28%
G = 1.07%
B = 46.65%

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

#C304AE (or 0xC304AE) is known color: Deep Magenta. HEX triplet: C3, 04 and AE. RGB value is (195,4,174). Sum of RGB (Red+Green+Blue) = 195+4+174=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C304AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C304AE is #3CFB51. Grayscale: #505050. Windows color (decimal): -3996498 or 11404483. OLE color: 11404483.

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

Color convert

RGB 195 4 174 -
CMYK 0 0.98 0.11 0.24
HSL 306.6º 0.96% 0.39% -
HSV(B) 306.6º 0.98% 0.76% -
XYZ 30.19 14.74 41.3 -
YUV 80.49 180.78 209.68 -
System Red Green Blue C M Y K H S L
Decimal 195 4 174 0 0.98 0.11 0.24 306.6 0.96 0.39
Hex C3 4 AE 0 62 B 18 133 60 27
Octal 303 4 256 0 142 13 30 463 140 47
Binary 11000011 100 10101110 0 1100010 1011 11000 100110011 1100000 100111

Color Harmonies of #C304AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304AE

Black with #C304AE

Text Example


Text Example

White with #C304AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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