Html Css Color HEX #C351C7 Fuchsia

📋 copy color: '#C351C7'

red 195 ◦ green 81 ◦ blue 199

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

Shades of Fuchsia #C351C7

Tints of Fuchsia #C351C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 41.05%
G = 17.05%
B = 41.89%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C351C7 (or 0xC351C7) is known color: Fuchsia. HEX triplet: C3, 51 and C7. RGB value is (195,81,199). Sum of RGB (Red+Green+Blue) = 195+81+199=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #C351C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351C7 is #3CAE38. Grayscale: #808080. Windows color (decimal): -3976761 or 13062595. OLE color: 13062595.

HSL color Cylindrical-coordinate representation of color #C351C7: hue angle of 297.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C351C7 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 81 199 -
CMYK 0.02 0.59 0 0.22
HSL 297.97º 0.51% 0.55% -
HSV(B) 297.97º 0.59% 0.78% -
XYZ 35.76 21.61 56.32 -
YUV 128.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 195 81 199 0.02 0.59 0 0.22 297.97 0.51 0.55
Hex C3 51 C7 2 3B 0 16 12A 33 37
Octal 303 121 307 2 73 0 26 452 63 67
Binary 11000011 1010001 11000111 10 111011 0 10110 100101010 110011 110111

Color Harmonies of #C351C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351C7

Black with #C351C7

Text Example


Text Example

White with #C351C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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