Html Css Color HEX #C350C6 Fuchsia

📋 copy color: '#C350C6'

red 195 ◦ green 80 ◦ blue 198

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

Shades of Fuchsia #C350C6

Tints of Fuchsia #C350C6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.91%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 41.23%
G = 16.91%
B = 41.86%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C350C6 (or 0xC350C6) is known color: Fuchsia. HEX triplet: C3, 50 and C6. RGB value is (195,80,198). Sum of RGB (Red+Green+Blue) = 195+80+198=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #C350C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350C6 is #3CAF39. Grayscale: #7F7F7F. Windows color (decimal): -3977018 or 12996803. OLE color: 12996803.

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

Color convert

RGB 195 80 198 -
CMYK 0.02 0.60 0 0.22
HSL 298.47º 0.51% 0.55% -
HSV(B) 298.47º 0.6% 0.78% -
XYZ 35.57 21.42 55.69 -
YUV 127.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 195 80 198 0.02 0.60 0 0.22 298.47 0.51 0.55
Hex C3 50 C6 2 3C 0 16 12A 33 37
Octal 303 120 306 2 74 0 26 452 63 67
Binary 11000011 1010000 11000110 10 111100 0 10110 100101010 110011 110111

Color Harmonies of #C350C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350C6

Black with #C350C6

Text Example


Text Example

White with #C350C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350C6; }

 p { color: rgb(195,80,198); }

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

background-color css

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

 a { background-color: rgb(195,80,198); }

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

border-color css

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

 span { border-color: rgb(195,80,198); }

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