Html Css Color HEX #D42CC4 Fuchsia

📋 copy color: '#D42CC4'

red 212 ◦ green 44 ◦ blue 196

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

Shades of Fuchsia #D42CC4

Tints of Fuchsia #D42CC4

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

 GREEN value IS 44 (17.58% from 255) = 9.73%

 BLUE value IS 196 (76.95% from 255) = 43.36%

R = 46.9%
G = 9.73%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D42CC4 (or 0xD42CC4) is known color: Fuchsia. HEX triplet: D4, 2C and C4. RGB value is (212,44,196). Sum of RGB (Red+Green+Blue) = 212+44+196=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CC4 is #2BD33B. Grayscale: #6F6F6F. Windows color (decimal): -2872124 or 12856532. OLE color: 12856532.

HSL color Cylindrical-coordinate representation of color #D42CC4: hue angle of 305.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CC4 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 44 196 -
CMYK 0 0.79 0.08 0.17
HSL 305.71º 0.66% 0.5% -
HSV(B) 305.71º 0.79% 0.83% -
XYZ 38.02 19.78 54.04 -
YUV 111.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 212 44 196 0 0.79 0.08 0.17 305.71 0.66 0.5
Hex D4 2C C4 0 4F 8 11 132 42 32
Octal 324 54 304 0 117 10 21 462 102 62
Binary 11010100 101100 11000100 0 1001111 1000 10001 100110010 1000010 110010

Color Harmonies of #D42CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CC4

Black with #D42CC4

Text Example


Text Example

White with #D42CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CC4; }

 p { color: rgb(212,44,196); }

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

background-color css

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

 a { background-color: rgb(212,44,196); }

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

border-color css

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

 span { border-color: rgb(212,44,196); }

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