Html Css Color HEX #C348B7 Fuchsia

📋 copy color: '#C348B7'

red 195 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #C348B7

Tints of Fuchsia #C348B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 43.33%
G = 16%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C348B7 (or 0xC348B7) is known color: Fuchsia. HEX triplet: C3, 48 and B7. RGB value is (195,72,183). Sum of RGB (Red+Green+Blue) = 195+72+183=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C348B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348B7 is #3CB748. Grayscale: #797979. Windows color (decimal): -3979081 or 12011715. OLE color: 12011715.

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

Color convert

RGB 195 72 183 -
CMYK 0 0.63 0.06 0.24
HSL 305.85º 0.51% 0.52% -
HSV(B) 305.85º 0.63% 0.76% -
XYZ 33.37 19.66 46.83 -
YUV 121.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 195 72 183 0 0.63 0.06 0.24 305.85 0.51 0.52
Hex C3 48 B7 0 3F 6 18 132 33 34
Octal 303 110 267 0 77 6 30 462 63 64
Binary 11000011 1001000 10110111 0 111111 110 11000 100110010 110011 110100

Color Harmonies of #C348B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348B7

Black with #C348B7

Text Example


Text Example

White with #C348B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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