Html Css Color HEX #D42FCA Fuchsia

📋 copy color: '#D42FCA'

red 212 ◦ green 47 ◦ blue 202

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

Shades of Fuchsia #D42FCA

Tints of Fuchsia #D42FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.2%

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 45.99%
G = 10.2%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D42FCA (or 0xD42FCA) is known color: Fuchsia. HEX triplet: D4, 2F and CA. RGB value is (212,47,202). Sum of RGB (Red+Green+Blue) = 212+47+202=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FCA is #2BD035. Grayscale: #717171. Windows color (decimal): -2871350 or 13250516. OLE color: 13250516.

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

Color convert

RGB 212 47 202 -
CMYK 0 0.78 0.05 0.17
HSL 303.64º 0.66% 0.51% -
HSV(B) 303.64º 0.78% 0.83% -
XYZ 38.83 20.29 57.75 -
YUV 114.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 212 47 202 0 0.78 0.05 0.17 303.64 0.66 0.51
Hex D4 2F CA 0 4E 5 11 130 42 33
Octal 324 57 312 0 116 5 21 460 102 63
Binary 11010100 101111 11001010 0 1001110 101 10001 100110000 1000010 110011

Color Harmonies of #D42FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FCA

Black with #D42FCA

Text Example


Text Example

White with #D42FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FCA; }

 p { color: rgb(212,47,202); }

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

background-color css

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

 a { background-color: rgb(212,47,202); }

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

border-color css

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

 span { border-color: rgb(212,47,202); }

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