Html Css Color HEX #C369AB Fuchsia

📋 copy color: '#C369AB'

red 195 ◦ green 105 ◦ blue 171

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

Shades of Fuchsia #C369AB

Tints of Fuchsia #C369AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 41.4%
G = 22.29%
B = 36.31%

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

#C369AB (or 0xC369AB) is known color: Fuchsia. HEX triplet: C3, 69 and AB. RGB value is (195,105,171). Sum of RGB (Red+Green+Blue) = 195+105+171=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C369AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369AB is #3C9654. Grayscale: #8B8B8B. Windows color (decimal): -3970645 or 11233731. OLE color: 11233731.

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

Color convert

RGB 195 105 171 -
CMYK 0 0.46 0.12 0.24
HSL 316º 0.43% 0.59% -
HSV(B) 316º 0.46% 0.76% -
XYZ 34.91 24.65 41.45 -
YUV 139.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 195 105 171 0 0.46 0.12 0.24 316 0.43 0.59
Hex C3 69 AB 0 2E C 18 13C 2B 3B
Octal 303 151 253 0 56 14 30 474 53 73
Binary 11000011 1101001 10101011 0 101110 1100 11000 100111100 101011 111011

Color Harmonies of #C369AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369AB

Black with #C369AB

Text Example


Text Example

White with #C369AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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