Html Css Color HEX #C731CC Fuchsia

📋 copy color: '#C731CC'

red 199 ◦ green 49 ◦ blue 204

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

Shades of Fuchsia #C731CC

Tints of Fuchsia #C731CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 44.03%
G = 10.84%
B = 45.13%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C731CC (or 0xC731CC) is known color: Fuchsia. HEX triplet: C7, 31 and CC. RGB value is (199,49,204). Sum of RGB (Red+Green+Blue) = 199+49+204=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #C731CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731CC is #38CE33. Grayscale: #6F6F6F. Windows color (decimal): -3722804 or 13382087. OLE color: 13382087.

HSL color Cylindrical-coordinate representation of color #C731CC: hue angle of 298.06º 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 #C731CC is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 49 204 -
CMYK 0.02 0.76 0 0.2
HSL 298.06º 0.61% 0.5% -
HSV(B) 298.06º 0.76% 0.8% -
XYZ 35.55 18.7 58.86 -
YUV 111.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 199 49 204 0.02 0.76 0 0.2 298.06 0.61 0.5
Hex C7 31 CC 2 4C 0 14 12A 3D 32
Octal 307 61 314 2 114 0 24 452 75 62
Binary 11000111 110001 11001100 10 1001100 0 10100 100101010 111101 110010

Color Harmonies of #C731CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731CC

Black with #C731CC

Text Example


Text Example

White with #C731CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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