Html Css Color HEX #D241C1 Fuchsia

📋 copy color: '#D241C1'

red 210 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #D241C1

Tints of Fuchsia #D241C1

RGB

 RED value IS 210 (82.42% from 255) = 44.87%

 GREEN value IS 65 (25.78% from 255) = 13.89%

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

R = 44.87%
G = 13.89%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D241C1 (or 0xD241C1) is known color: Fuchsia. HEX triplet: D2, 41 and C1. RGB value is (210,65,193). Sum of RGB (Red+Green+Blue) = 210+65+193=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D241C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241C1 is #2DBE3E. Grayscale: #7A7A7A. Windows color (decimal): -2997823 or 12665298. OLE color: 12665298.

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

Color convert

RGB 210 65 193 -
CMYK 0 0.69 0.08 0.18
HSL 307.03º 0.62% 0.54% -
HSV(B) 307.03º 0.69% 0.82% -
XYZ 38.09 21.33 52.56 -
YUV 122.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 210 65 193 0 0.69 0.08 0.18 307.03 0.62 0.54
Hex D2 41 C1 0 45 8 12 133 3E 36
Octal 322 101 301 0 105 10 22 463 76 66
Binary 11010010 1000001 11000001 0 1000101 1000 10010 100110011 111110 110110

Color Harmonies of #D241C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D241C1

Black with #D241C1

Text Example


Text Example

White with #D241C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D241C1; }

 p { color: rgb(210,65,193); }

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

background-color css

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

 a { background-color: rgb(210,65,193); }

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

border-color css

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

 span { border-color: rgb(210,65,193); }

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