Html Css Color HEX #C364B0 Fuchsia

📋 copy color: '#C364B0'

red 195 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #C364B0

Tints of Fuchsia #C364B0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 41.4%
G = 21.23%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C364B0 (or 0xC364B0) is known color: Fuchsia. HEX triplet: C3, 64 and B0. RGB value is (195,100,176). Sum of RGB (Red+Green+Blue) = 195+100+176=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C364B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364B0 is #3C9B4F. Grayscale: #888888. Windows color (decimal): -3971920 or 11560131. OLE color: 11560131.

HSL color Cylindrical-coordinate representation of color #C364B0: hue angle of 312º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C364B0 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 100 176 -
CMYK 0 0.49 0.10 0.24
HSL 312º 0.44% 0.58% -
HSV(B) 312º 0.49% 0.76% -
XYZ 34.9 23.85 43.84 -
YUV 137.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 195 100 176 0 0.49 0.10 0.24 312 0.44 0.58
Hex C3 64 B0 0 31 A 18 138 2C 3A
Octal 303 144 260 0 61 12 30 470 54 72
Binary 11000011 1100100 10110000 0 110001 1010 11000 100111000 101100 111010

Color Harmonies of #C364B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364B0

Black with #C364B0

Text Example


Text Example

White with #C364B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364B0; }

 p { color: rgb(195,100,176); }

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

background-color css

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

 a { background-color: rgb(195,100,176); }

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

border-color css

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

 span { border-color: rgb(195,100,176); }

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