Html Css Color HEX #C731CD Fuchsia

📋 copy color: '#C731CD'

red 199 ◦ green 49 ◦ blue 205

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

Shades of Fuchsia #C731CD

Tints of Fuchsia #C731CD

RGB

 RED value IS 199 (78.13% from 255) = 43.93%

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 43.93%
G = 10.82%
B = 45.25%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C731CD (or 0xC731CD) is known color: Fuchsia. HEX triplet: C7, 31 and CD. RGB value is (199,49,205). Sum of RGB (Red+Green+Blue) = 199+49+205=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #C731CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731CD is #38CE32. Grayscale: #6F6F6F. Windows color (decimal): -3722803 or 13447623. OLE color: 13447623.

HSL color Cylindrical-coordinate representation of color #C731CD: hue angle of 297.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C731CD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 49 205 -
CMYK 0.03 0.76 0 0.20
HSL 297.69º 0.61% 0.5% -
HSV(B) 297.69º 0.76% 0.8% -
XYZ 35.67 18.75 59.5 -
YUV 111.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 199 49 205 0.03 0.76 0 0.20 297.69 0.61 0.5
Hex C7 31 CD 3 4C 0 14 12A 3D 32
Octal 307 61 315 3 114 0 24 452 75 62
Binary 11000111 110001 11001101 11 1001100 0 10100 100101010 111101 110010

Color Harmonies of #C731CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731CD

Black with #C731CD

Text Example


Text Example

White with #C731CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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