Html Css Color HEX #C331CE Fuchsia

📋 copy color: '#C331CE'

red 195 ◦ green 49 ◦ blue 206

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

Shades of Fuchsia #C331CE

Tints of Fuchsia #C331CE

RGB

 RED value IS 195 (76.56% from 255) = 43.33%

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

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

R = 43.33%
G = 10.89%
B = 45.78%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C331CE (or 0xC331CE) is known color: Fuchsia. HEX triplet: C3, 31 and CE. RGB value is (195,49,206). Sum of RGB (Red+Green+Blue) = 195+49+206=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C331CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331CE is #3CCE31. Grayscale: #6E6E6E. Windows color (decimal): -3984946 or 13513155. OLE color: 13513155.

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

Color convert

RGB 195 49 206 -
CMYK 0.05 0.76 0 0.19
HSL 295.8º 0.62% 0.5% -
HSV(B) 295.8º 0.76% 0.81% -
XYZ 34.74 18.25 60.08 -
YUV 110.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 195 49 206 0.05 0.76 0 0.19 295.8 0.62 0.5
Hex C3 31 CE 5 4C 0 13 128 3E 32
Octal 303 61 316 5 114 0 23 450 76 62
Binary 11000011 110001 11001110 101 1001100 0 10011 100101000 111110 110010

Color Harmonies of #C331CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331CE

Black with #C331CE

Text Example


Text Example

White with #C331CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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