Html Css Color HEX #D12CC2 Fuchsia

📋 copy color: '#D12CC2'

red 209 ◦ green 44 ◦ blue 194

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

Shades of Fuchsia #D12CC2

Tints of Fuchsia #D12CC2

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

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

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 46.76%
G = 9.84%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D12CC2 (or 0xD12CC2) is known color: Fuchsia. HEX triplet: D1, 2C and C2. RGB value is (209,44,194). Sum of RGB (Red+Green+Blue) = 209+44+194=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CC2 is #2ED33D. Grayscale: #6E6E6E. Windows color (decimal): -3068734 or 12725457. OLE color: 12725457.

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

Color convert

RGB 209 44 194 -
CMYK 0 0.79 0.07 0.18
HSL 305.45º 0.65% 0.5% -
HSV(B) 305.45º 0.79% 0.82% -
XYZ 36.93 19.25 52.81 -
YUV 110.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 209 44 194 0 0.79 0.07 0.18 305.45 0.65 0.5
Hex D1 2C C2 0 4F 7 12 131 41 32
Octal 321 54 302 0 117 7 22 461 101 62
Binary 11010001 101100 11000010 0 1001111 111 10010 100110001 1000001 110010

Color Harmonies of #D12CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CC2

Black with #D12CC2

Text Example


Text Example

White with #D12CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CC2; }

 p { color: rgb(209,44,194); }

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

background-color css

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

 a { background-color: rgb(209,44,194); }

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

border-color css

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

 span { border-color: rgb(209,44,194); }

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