Html Css Color HEX #C704CC Deep Magenta

📋 copy color: '#C704CC'

red 199 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #C704CC

Tints of Deep Magenta #C704CC

RGB

 RED value IS 199 (78.13% from 255) = 48.89%

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

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

R = 48.89%
G = 0.98%
B = 50.12%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C704CC (or 0xC704CC) is known color: Deep Magenta. HEX triplet: C7, 04 and CC. RGB value is (199,4,204). Sum of RGB (Red+Green+Blue) = 199+4+204=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C704CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704CC is #38FB33. Grayscale: #545454. Windows color (decimal): -3734324 or 13370567. OLE color: 13370567.

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

Color convert

RGB 199 4 204 -
CMYK 0.02 0.98 0 0.2
HSL 298.5º 0.96% 0.41% -
HSV(B) 298.5º 0.98% 0.8% -
XYZ 34.5 16.59 58.51 -
YUV 85.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 199 4 204 0.02 0.98 0 0.2 298.5 0.96 0.41
Hex C7 4 CC 2 62 0 14 12A 60 29
Octal 307 4 314 2 142 0 24 452 140 51
Binary 11000111 100 11001100 10 1100010 0 10100 100101010 1100000 101001

Color Harmonies of #C704CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704CC

Black with #C704CC

Text Example


Text Example

White with #C704CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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