Html Css Color HEX #C351C5 Fuchsia

📋 copy color: '#C351C5'

red 195 ◦ green 81 ◦ blue 197

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

Shades of Fuchsia #C351C5

Tints of Fuchsia #C351C5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 41.23%
G = 17.12%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C351C5 (or 0xC351C5) is known color: Fuchsia. HEX triplet: C3, 51 and C5. RGB value is (195,81,197). Sum of RGB (Red+Green+Blue) = 195+81+197=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #C351C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351C5 is #3CAE3A. Grayscale: #7F7F7F. Windows color (decimal): -3976763 or 12931523. OLE color: 12931523.

HSL color Cylindrical-coordinate representation of color #C351C5: hue angle of 298.97º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C351C5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 81 197 -
CMYK 0.01 0.59 0 0.23
HSL 298.97º 0.5% 0.55% -
HSV(B) 298.97º 0.59% 0.77% -
XYZ 35.53 21.52 55.1 -
YUV 128.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 195 81 197 0.01 0.59 0 0.23 298.97 0.5 0.55
Hex C3 51 C5 1 3B 0 17 12B 32 37
Octal 303 121 305 1 73 0 27 453 62 67
Binary 11000011 1010001 11000101 1 111011 0 10111 100101011 110010 110111

Color Harmonies of #C351C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351C5

Black with #C351C5

Text Example


Text Example

White with #C351C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351C5; }

 p { color: rgb(195,81,197); }

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

background-color css

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

 a { background-color: rgb(195,81,197); }

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

border-color css

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

 span { border-color: rgb(195,81,197); }

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