Html Css Color HEX #C345BE Fuchsia

📋 copy color: '#C345BE'

red 195 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #C345BE

Tints of Fuchsia #C345BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 42.95%
G = 15.2%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C345BE (or 0xC345BE) is known color: Fuchsia. HEX triplet: C3, 45 and BE. RGB value is (195,69,190). Sum of RGB (Red+Green+Blue) = 195+69+190=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C345BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345BE is #3CBA41. Grayscale: #787878. Windows color (decimal): -3979842 or 12469699. OLE color: 12469699.

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

Color convert

RGB 195 69 190 -
CMYK 0 0.65 0.03 0.24
HSL 302.38º 0.51% 0.52% -
HSV(B) 302.38º 0.65% 0.76% -
XYZ 33.93 19.58 50.71 -
YUV 120.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 195 69 190 0 0.65 0.03 0.24 302.38 0.51 0.52
Hex C3 45 BE 0 41 3 18 12E 33 34
Octal 303 105 276 0 101 3 30 456 63 64
Binary 11000011 1000101 10111110 0 1000001 11 11000 100101110 110011 110100

Color Harmonies of #C345BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345BE

Black with #C345BE

Text Example


Text Example

White with #C345BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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