Html Css Color HEX #C369AC Fuchsia

📋 copy color: '#C369AC'

red 195 ◦ green 105 ◦ blue 172

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

Shades of Fuchsia #C369AC

Tints of Fuchsia #C369AC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 41.31%
G = 22.25%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C369AC (or 0xC369AC) is known color: Fuchsia. HEX triplet: C3, 69 and AC. RGB value is (195,105,172). Sum of RGB (Red+Green+Blue) = 195+105+172=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C369AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369AC is #3C9653. Grayscale: #8B8B8B. Windows color (decimal): -3970644 or 11299267. OLE color: 11299267.

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

Color convert

RGB 195 105 172 -
CMYK 0 0.46 0.12 0.24
HSL 315.33º 0.43% 0.59% -
HSV(B) 315.33º 0.46% 0.76% -
XYZ 35 24.68 41.95 -
YUV 139.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 195 105 172 0 0.46 0.12 0.24 315.33 0.43 0.59
Hex C3 69 AC 0 2E C 18 13B 2B 3B
Octal 303 151 254 0 56 14 30 473 53 73
Binary 11000011 1101001 10101100 0 101110 1100 11000 100111011 101011 111011

Color Harmonies of #C369AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369AC

Black with #C369AC

Text Example


Text Example

White with #C369AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369AC; }

 p { color: rgb(195,105,172); }

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

background-color css

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

 a { background-color: rgb(195,105,172); }

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

border-color css

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

 span { border-color: rgb(195,105,172); }

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