Html Css Color HEX #C345B0 Fuchsia

📋 copy color: '#C345B0'

red 195 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #C345B0

Tints of Fuchsia #C345B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 44.32%
G = 15.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C345B0 (or 0xC345B0) is known color: Fuchsia. HEX triplet: C3, 45 and B0. RGB value is (195,69,176). Sum of RGB (Red+Green+Blue) = 195+69+176=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C345B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345B0 is #3CBA4F. Grayscale: #767676. Windows color (decimal): -3979856 or 11552195. OLE color: 11552195.

HSL color Cylindrical-coordinate representation of color #C345B0: hue angle of 309.05º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345B0 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 176 -
CMYK 0 0.65 0.10 0.24
HSL 309.05º 0.51% 0.52% -
HSV(B) 309.05º 0.65% 0.76% -
XYZ 32.47 18.99 43.03 -
YUV 118.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 195 69 176 0 0.65 0.10 0.24 309.05 0.51 0.52
Hex C3 45 B0 0 41 A 18 135 33 34
Octal 303 105 260 0 101 12 30 465 63 64
Binary 11000011 1000101 10110000 0 1000001 1010 11000 100110101 110011 110100

Color Harmonies of #C345B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345B0

Black with #C345B0

Text Example


Text Example

White with #C345B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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