Html Css Color HEX #C604CF Deep Magenta

📋 copy color: '#C604CF'

red 198 ◦ green 4 ◦ blue 207

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

Shades of Deep Magenta #C604CF

Tints of Deep Magenta #C604CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 48.41%
G = 0.98%
B = 50.61%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C604CF (or 0xC604CF) is known color: Deep Magenta. HEX triplet: C6, 04 and CF. RGB value is (198,4,207). Sum of RGB (Red+Green+Blue) = 198+4+207=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C604CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604CF is #39FB30. Grayscale: #545454. Windows color (decimal): -3799857 or 13567174. OLE color: 13567174.

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

Color convert

RGB 198 4 207 -
CMYK 0.04 0.98 0 0.19
HSL 297.34º 0.96% 0.41% -
HSV(B) 297.34º 0.98% 0.81% -
XYZ 34.59 16.6 60.41 -
YUV 85.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 198 4 207 0.04 0.98 0 0.19 297.34 0.96 0.41
Hex C6 4 CF 4 62 0 13 129 60 29
Octal 306 4 317 4 142 0 23 451 140 51
Binary 11000110 100 11001111 100 1100010 0 10011 100101001 1100000 101001

Color Harmonies of #C604CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C604CF

Black with #C604CF

Text Example


Text Example

White with #C604CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C604CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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