Html Css Color HEX #C304AF Deep Magenta

📋 copy color: '#C304AF'

red 195 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #C304AF

Tints of Deep Magenta #C304AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 52.14%
G = 1.07%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C304AF (or 0xC304AF) is known color: Deep Magenta. HEX triplet: C3, 04 and AF. RGB value is (195,4,175). Sum of RGB (Red+Green+Blue) = 195+4+175=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C304AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C304AF is #3CFB50. Grayscale: #505050. Windows color (decimal): -3996497 or 11470019. OLE color: 11470019.

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

Color convert

RGB 195 4 175 -
CMYK 0 0.98 0.10 0.24
HSL 306.28º 0.96% 0.39% -
HSV(B) 306.28º 0.98% 0.76% -
XYZ 30.29 14.78 41.81 -
YUV 80.6 181.28 209.6 -
System Red Green Blue C M Y K H S L
Decimal 195 4 175 0 0.98 0.10 0.24 306.28 0.96 0.39
Hex C3 4 AF 0 62 A 18 132 60 27
Octal 303 4 257 0 142 12 30 462 140 47
Binary 11000011 100 10101111 0 1100010 1010 11000 100110010 1100000 100111

Color Harmonies of #C304AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C304AF

Black with #C304AF

Text Example


Text Example

White with #C304AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C304AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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