Html Css Color HEX #CD31D1 Fuchsia

📋 copy color: '#CD31D1'

red 205 ◦ green 49 ◦ blue 209

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

Shades of Fuchsia #CD31D1

Tints of Fuchsia #CD31D1

RGB

 RED value IS 205 (80.47% from 255) = 44.28%

 GREEN value IS 49 (19.53% from 255) = 10.58%

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 44.28%
G = 10.58%
B = 45.14%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD31D1 (or 0xCD31D1) is known color: Fuchsia. HEX triplet: CD, 31 and D1. RGB value is (205,49,209). Sum of RGB (Red+Green+Blue) = 205+49+209=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD31D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31D1 is #32CE2E. Grayscale: #717171. Windows color (decimal): -3329583 or 13709773. OLE color: 13709773.

HSL color Cylindrical-coordinate representation of color #CD31D1: hue angle of 298.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD31D1 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 49 209 -
CMYK 0.02 0.77 0 0.18
HSL 298.5º 0.63% 0.51% -
HSV(B) 298.5º 0.77% 0.82% -
XYZ 37.78 19.78 62.15 -
YUV 113.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 205 49 209 0.02 0.77 0 0.18 298.5 0.63 0.51
Hex CD 31 D1 2 4D 0 12 12A 3F 33
Octal 315 61 321 2 115 0 22 452 77 63
Binary 11001101 110001 11010001 10 1001101 0 10010 100101010 111111 110011

Color Harmonies of #CD31D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31D1

Black with #CD31D1

Text Example


Text Example

White with #CD31D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31D1; }

 p { color: rgb(205,49,209); }

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

background-color css

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

 a { background-color: rgb(205,49,209); }

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

border-color css

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

 span { border-color: rgb(205,49,209); }

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