Html Css Color HEX #C204AF Deep Magenta

📋 copy color: '#C204AF'

red 194 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #C204AF

Tints of Deep Magenta #C204AF

RGB

 RED value IS 194 (76.17% from 255) = 52.01%

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

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

R = 52.01%
G = 1.07%
B = 46.92%

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

#C204AF (or 0xC204AF) is known color: Deep Magenta. HEX triplet: C2, 04 and AF. RGB value is (194,4,175). Sum of RGB (Red+Green+Blue) = 194+4+175=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C204AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C204AF is #3DFB50. Grayscale: #4F4F4F. Windows color (decimal): -4062033 or 11470018. OLE color: 11470018.

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

Color convert

RGB 194 4 175 -
CMYK 0 0.98 0.10 0.24
HSL 306º 0.96% 0.39% -
HSV(B) 306º 0.98% 0.76% -
XYZ 30.03 14.65 41.8 -
YUV 80.3 181.45 209.1 -
System Red Green Blue C M Y K H S L
Decimal 194 4 175 0 0.98 0.10 0.24 306 0.96 0.39
Hex C2 4 AF 0 62 A 18 132 60 27
Octal 302 4 257 0 142 12 30 462 140 47
Binary 11000010 100 10101111 0 1100010 1010 11000 100110010 1100000 100111

Color Harmonies of #C204AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204AF

Black with #C204AF

Text Example


Text Example

White with #C204AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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