Html Css Color HEX #C36AB9 Fuchsia

📋 copy color: '#C36AB9'

red 195 ◦ green 106 ◦ blue 185

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

Shades of Fuchsia #C36AB9

Tints of Fuchsia #C36AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 40.12%
G = 21.81%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C36AB9 (or 0xC36AB9) is known color: Fuchsia. HEX triplet: C3, 6A and B9. RGB value is (195,106,185). Sum of RGB (Red+Green+Blue) = 195+106+185=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AB9 is #3C9546. Grayscale: #8D8D8D. Windows color (decimal): -3970375 or 12151491. OLE color: 12151491.

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

Color convert

RGB 195 106 185 -
CMYK 0 0.46 0.05 0.24
HSL 306.74º 0.43% 0.59% -
HSV(B) 306.74º 0.46% 0.76% -
XYZ 36.42 25.41 48.88 -
YUV 141.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 195 106 185 0 0.46 0.05 0.24 306.74 0.43 0.59
Hex C3 6A B9 0 2E 5 18 133 2B 3B
Octal 303 152 271 0 56 5 30 463 53 73
Binary 11000011 1101010 10111001 0 101110 101 11000 100110011 101011 111011

Color Harmonies of #C36AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AB9

Black with #C36AB9

Text Example


Text Example

White with #C36AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AB9; }

 p { color: rgb(195,106,185); }

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

background-color css

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

 a { background-color: rgb(195,106,185); }

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

border-color css

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

 span { border-color: rgb(195,106,185); }

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