Html Css Color HEX #C369AF Fuchsia

📋 copy color: '#C369AF'

red 195 ◦ green 105 ◦ blue 175

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

Shades of Fuchsia #C369AF

Tints of Fuchsia #C369AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 41.05%
G = 22.11%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C369AF (or 0xC369AF) is known color: Fuchsia. HEX triplet: C3, 69 and AF. RGB value is (195,105,175). Sum of RGB (Red+Green+Blue) = 195+105+175=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C369AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369AF is #3C9650. Grayscale: #8B8B8B. Windows color (decimal): -3970641 or 11495875. OLE color: 11495875.

HSL color Cylindrical-coordinate representation of color #C369AF: hue angle of 313.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 #C369AF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 105 175 -
CMYK 0 0.46 0.10 0.24
HSL 313.33º 0.43% 0.59% -
HSV(B) 313.33º 0.46% 0.76% -
XYZ 35.3 24.8 43.48 -
YUV 139.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 195 105 175 0 0.46 0.10 0.24 313.33 0.43 0.59
Hex C3 69 AF 0 2E A 18 139 2B 3B
Octal 303 151 257 0 56 12 30 471 53 73
Binary 11000011 1101001 10101111 0 101110 1010 11000 100111001 101011 111011

Color Harmonies of #C369AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369AF

Black with #C369AF

Text Example


Text Example

White with #C369AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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