Html Css Color HEX #C331CF Fuchsia

📋 copy color: '#C331CF'

red 195 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #C331CF

Tints of Fuchsia #C331CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 43.24%
G = 10.86%
B = 45.9%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C331CF (or 0xC331CF) is known color: Fuchsia. HEX triplet: C3, 31 and CF. RGB value is (195,49,207). Sum of RGB (Red+Green+Blue) = 195+49+207=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C331CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331CF is #3CCE30. Grayscale: #6E6E6E. Windows color (decimal): -3984945 or 13578691. OLE color: 13578691.

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

Color convert

RGB 195 49 207 -
CMYK 0.06 0.76 0 0.19
HSL 295.44º 0.62% 0.5% -
HSV(B) 295.44º 0.76% 0.81% -
XYZ 34.87 18.3 60.73 -
YUV 110.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 195 49 207 0.06 0.76 0 0.19 295.44 0.62 0.5
Hex C3 31 CF 6 4C 0 13 127 3E 32
Octal 303 61 317 6 114 0 23 447 76 62
Binary 11000011 110001 11001111 110 1001100 0 10011 100100111 111110 110010

Color Harmonies of #C331CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331CF

Black with #C331CF

Text Example


Text Example

White with #C331CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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