Html Css Color HEX #C345B4 Fuchsia

📋 copy color: '#C345B4'

red 195 ◦ green 69 ◦ blue 180

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

Shades of Fuchsia #C345B4

Tints of Fuchsia #C345B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 43.92%
G = 15.54%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C345B4 (or 0xC345B4) is known color: Fuchsia. HEX triplet: C3, 45 and B4. RGB value is (195,69,180). Sum of RGB (Red+Green+Blue) = 195+69+180=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C345B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345B4 is #3CBA4B. Grayscale: #777777. Windows color (decimal): -3979852 or 11814339. OLE color: 11814339.

HSL color Cylindrical-coordinate representation of color #C345B4: hue angle of 307.14º 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 #C345B4 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 180 -
CMYK 0 0.65 0.08 0.24
HSL 307.14º 0.51% 0.52% -
HSV(B) 307.14º 0.65% 0.76% -
XYZ 32.87 19.15 45.14 -
YUV 119.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 195 69 180 0 0.65 0.08 0.24 307.14 0.51 0.52
Hex C3 45 B4 0 41 8 18 133 33 34
Octal 303 105 264 0 101 10 30 463 63 64
Binary 11000011 1000101 10110100 0 1000001 1000 11000 100110011 110011 110100

Color Harmonies of #C345B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345B4

Black with #C345B4

Text Example


Text Example

White with #C345B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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