Html Css Color HEX #C304AA Deep Magenta

📋 copy color: '#C304AA'

red 195 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #C304AA

Tints of Deep Magenta #C304AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 52.85%
G = 1.08%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C304AA (or 0xC304AA) is known color: Deep Magenta. HEX triplet: C3, 04 and AA. RGB value is (195,4,170). Sum of RGB (Red+Green+Blue) = 195+4+170=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C304AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C304AA is #3CFB55. Grayscale: #4F4F4F. Windows color (decimal): -3996502 or 11142339. OLE color: 11142339.

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

Color convert

RGB 195 4 170 -
CMYK 0 0.98 0.13 0.24
HSL 307.85º 0.96% 0.39% -
HSV(B) 307.85º 0.98% 0.76% -
XYZ 29.8 14.59 39.28 -
YUV 80.03 178.78 210 -
System Red Green Blue C M Y K H S L
Decimal 195 4 170 0 0.98 0.13 0.24 307.85 0.96 0.39
Hex C3 4 AA 0 62 D 18 134 60 27
Octal 303 4 252 0 142 15 30 464 140 47
Binary 11000011 100 10101010 0 1100010 1101 11000 100110100 1100000 100111

Color Harmonies of #C304AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304AA

Black with #C304AA

Text Example


Text Example

White with #C304AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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