Html Css Color HEX #CD31CE Fuchsia

📋 copy color: '#CD31CE'

red 205 ◦ green 49 ◦ blue 206

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

Shades of Fuchsia #CD31CE

Tints of Fuchsia #CD31CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 44.57%
G = 10.65%
B = 44.78%

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD31CE (or 0xCD31CE) is known color: Fuchsia. HEX triplet: CD, 31 and CE. RGB value is (205,49,206). Sum of RGB (Red+Green+Blue) = 205+49+206=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31CE is #32CE31. Grayscale: #717171. Windows color (decimal): -3329586 or 13513165. OLE color: 13513165.

HSL color Cylindrical-coordinate representation of color #CD31CE: hue angle of 299.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD31CE is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 49 206 -
CMYK 0.00 0.76 0 0.19
HSL 299.62º 0.62% 0.5% -
HSV(B) 299.62º 0.76% 0.81% -
XYZ 37.42 19.63 60.21 -
YUV 113.54 180.18 193.23 -
System Red Green Blue C M Y K H S L
Decimal 205 49 206 0.00 0.76 0 0.19 299.62 0.62 0.5
Hex CD 31 CE 0 4C 0 13 12C 3E 32
Octal 315 61 316 0 114 0 23 454 76 62
Binary 11001101 110001 11001110 0 1001100 0 10011 100101100 111110 110010

Color Harmonies of #CD31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31CE

Black with #CD31CE

Text Example


Text Example

White with #CD31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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