Html Css Color HEX #C348AD Fuchsia

📋 copy color: '#C348AD'

red 195 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #C348AD

Tints of Fuchsia #C348AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 44.32%
G = 16.36%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C348AD (or 0xC348AD) is known color: Fuchsia. HEX triplet: C3, 48 and AD. RGB value is (195,72,173). Sum of RGB (Red+Green+Blue) = 195+72+173=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C348AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348AD is #3CB752. Grayscale: #787878. Windows color (decimal): -3979091 or 11356355. OLE color: 11356355.

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

Color convert

RGB 195 72 173 -
CMYK 0 0.63 0.11 0.24
HSL 310.73º 0.51% 0.52% -
HSV(B) 310.73º 0.63% 0.76% -
XYZ 32.37 19.25 41.55 -
YUV 120.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 195 72 173 0 0.63 0.11 0.24 310.73 0.51 0.52
Hex C3 48 AD 0 3F B 18 137 33 34
Octal 303 110 255 0 77 13 30 467 63 64
Binary 11000011 1001000 10101101 0 111111 1011 11000 100110111 110011 110100

Color Harmonies of #C348AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348AD

Black with #C348AD

Text Example


Text Example

White with #C348AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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