Html Css Color HEX #D042C1 Fuchsia

📋 copy color: '#D042C1'

red 208 ◦ green 66 ◦ blue 193

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

Shades of Fuchsia #D042C1

Tints of Fuchsia #D042C1

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 66 (26.17% from 255) = 14.13%

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 44.54%
G = 14.13%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D042C1 (or 0xD042C1) is known color: Fuchsia. HEX triplet: D0, 42 and C1. RGB value is (208,66,193). Sum of RGB (Red+Green+Blue) = 208+66+193=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D042C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042C1 is #2FBD3E. Grayscale: #7A7A7A. Windows color (decimal): -3128639 or 12665552. OLE color: 12665552.

HSL color Cylindrical-coordinate representation of color #D042C1: hue angle of 306.34º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D042C1 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 193 -
CMYK 0 0.68 0.07 0.18
HSL 306.34º 0.6% 0.54% -
HSV(B) 306.34º 0.68% 0.82% -
XYZ 37.59 21.16 52.55 -
YUV 122.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 208 66 193 0 0.68 0.07 0.18 306.34 0.6 0.54
Hex D0 42 C1 0 44 7 12 132 3C 36
Octal 320 102 301 0 104 7 22 462 74 66
Binary 11010000 1000010 11000001 0 1000100 111 10010 100110010 111100 110110

Color Harmonies of #D042C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042C1

Black with #D042C1

Text Example


Text Example

White with #D042C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042C1; }

 p { color: rgb(208,66,193); }

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

background-color css

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

 a { background-color: rgb(208,66,193); }

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

border-color css

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

 span { border-color: rgb(208,66,193); }

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