Html Css Color HEX #C348BE Fuchsia

📋 copy color: '#C348BE'

red 195 ◦ green 72 ◦ blue 190

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

Shades of Fuchsia #C348BE

Tints of Fuchsia #C348BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

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

R = 42.67%
G = 15.75%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C348BE (or 0xC348BE) is known color: Fuchsia. HEX triplet: C3, 48 and BE. RGB value is (195,72,190). Sum of RGB (Red+Green+Blue) = 195+72+190=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C348BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348BE is #3CB741. Grayscale: #797979. Windows color (decimal): -3979074 or 12470467. OLE color: 12470467.

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

Color convert

RGB 195 72 190 -
CMYK 0 0.63 0.03 0.24
HSL 302.44º 0.51% 0.52% -
HSV(B) 302.44º 0.63% 0.76% -
XYZ 34.12 19.95 50.77 -
YUV 122.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 195 72 190 0 0.63 0.03 0.24 302.44 0.51 0.52
Hex C3 48 BE 0 3F 3 18 12E 33 34
Octal 303 110 276 0 77 3 30 456 63 64
Binary 11000011 1001000 10111110 0 111111 11 11000 100101110 110011 110100

Color Harmonies of #C348BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348BE

Black with #C348BE

Text Example


Text Example

White with #C348BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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