Html Css Color HEX #C204BD Deep Magenta

📋 copy color: '#C204BD'

red 194 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #C204BD

Tints of Deep Magenta #C204BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 50.13%
G = 1.03%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C204BD (or 0xC204BD) is known color: Deep Magenta. HEX triplet: C2, 04 and BD. RGB value is (194,4,189). Sum of RGB (Red+Green+Blue) = 194+4+189=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C204BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204BD is #3DFB42. Grayscale: #515151. Windows color (decimal): -4062019 or 12387522. OLE color: 12387522.

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

Color convert

RGB 194 4 189 -
CMYK 0 0.98 0.03 0.24
HSL 301.58º 0.96% 0.39% -
HSV(B) 301.58º 0.98% 0.76% -
XYZ 31.48 15.23 49.42 -
YUV 81.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 194 4 189 0 0.98 0.03 0.24 301.58 0.96 0.39
Hex C2 4 BD 0 62 3 18 12E 60 27
Octal 302 4 275 0 142 3 30 456 140 47
Binary 11000010 100 10111101 0 1100010 11 11000 100101110 1100000 100111

Color Harmonies of #C204BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204BD

Black with #C204BD

Text Example


Text Example

White with #C204BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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