Html Css Color HEX #C345C6 Fuchsia

📋 copy color: '#C345C6'

red 195 ◦ green 69 ◦ blue 198

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

Shades of Fuchsia #C345C6

Tints of Fuchsia #C345C6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

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

R = 42.21%
G = 14.94%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C345C6 (or 0xC345C6) is known color: Fuchsia. HEX triplet: C3, 45 and C6. RGB value is (195,69,198). Sum of RGB (Red+Green+Blue) = 195+69+198=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #C345C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345C6 is #3CBA39. Grayscale: #787878. Windows color (decimal): -3979834 or 12993987. OLE color: 12993987.

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

Color convert

RGB 195 69 198 -
CMYK 0.02 0.65 0 0.22
HSL 298.6º 0.53% 0.52% -
HSV(B) 298.6º 0.65% 0.78% -
XYZ 34.83 19.94 55.44 -
YUV 121.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 195 69 198 0.02 0.65 0 0.22 298.6 0.53 0.52
Hex C3 45 C6 2 41 0 16 12B 35 34
Octal 303 105 306 2 101 0 26 453 65 64
Binary 11000011 1000101 11000110 10 1000001 0 10110 100101011 110101 110100

Color Harmonies of #C345C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345C6

Black with #C345C6

Text Example


Text Example

White with #C345C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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