Html Css Color HEX #C604CC Deep Magenta

📋 copy color: '#C604CC'

red 198 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #C604CC

Tints of Deep Magenta #C604CC

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 48.77%
G = 0.99%
B = 50.25%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C604CC (or 0xC604CC) is known color: Deep Magenta. HEX triplet: C6, 04 and CC. RGB value is (198,4,204). Sum of RGB (Red+Green+Blue) = 198+4+204=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #C604CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604CC is #39FB33. Grayscale: #545454. Windows color (decimal): -3799860 or 13370566. OLE color: 13370566.

HSL color Cylindrical-coordinate representation of color #C604CC: hue angle of 298.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604CC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 4 204 -
CMYK 0.03 0.98 0 0.2
HSL 298.2º 0.96% 0.41% -
HSV(B) 298.2º 0.98% 0.8% -
XYZ 34.23 16.45 58.5 -
YUV 84.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 198 4 204 0.03 0.98 0 0.2 298.2 0.96 0.41
Hex C6 4 CC 3 62 0 14 12A 60 29
Octal 306 4 314 3 142 0 24 452 140 51
Binary 11000110 100 11001100 11 1100010 0 10100 100101010 1100000 101001

Color Harmonies of #C604CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C604CC

Black with #C604CC

Text Example


Text Example

White with #C604CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C604CC; }

 p { color: rgb(198,4,204); }

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

background-color css

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

 a { background-color: rgb(198,4,204); }

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

border-color css

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

 span { border-color: rgb(198,4,204); }

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