Html Css Color HEX #C368AD Fuchsia

📋 copy color: '#C368AD'

red 195 ◦ green 104 ◦ blue 173

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

Shades of Fuchsia #C368AD

Tints of Fuchsia #C368AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 41.31%
G = 22.03%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C368AD (or 0xC368AD) is known color: Fuchsia. HEX triplet: C3, 68 and AD. RGB value is (195,104,173). Sum of RGB (Red+Green+Blue) = 195+104+173=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AD is #3C9752. Grayscale: #8A8A8A. Windows color (decimal): -3970899 or 11364547. OLE color: 11364547.

HSL color Cylindrical-coordinate representation of color #C368AD: hue angle of 314.51º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368AD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 173 -
CMYK 0 0.47 0.11 0.24
HSL 314.51º 0.43% 0.59% -
HSV(B) 314.51º 0.47% 0.76% -
XYZ 35 24.52 42.42 -
YUV 139.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 195 104 173 0 0.47 0.11 0.24 314.51 0.43 0.59
Hex C3 68 AD 0 2F B 18 13B 2B 3B
Octal 303 150 255 0 57 13 30 473 53 73
Binary 11000011 1101000 10101101 0 101111 1011 11000 100111011 101011 111011

Color Harmonies of #C368AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368AD

Black with #C368AD

Text Example


Text Example

White with #C368AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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