Html Css Color HEX #C364BC Fuchsia

📋 copy color: '#C364BC'

red 195 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #C364BC

Tints of Fuchsia #C364BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 40.37%
G = 20.7%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C364BC (or 0xC364BC) is known color: Fuchsia. HEX triplet: C3, 64 and BC. RGB value is (195,100,188). Sum of RGB (Red+Green+Blue) = 195+100+188=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C364BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364BC is #3C9B43. Grayscale: #8A8A8A. Windows color (decimal): -3971908 or 12346563. OLE color: 12346563.

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

Color convert

RGB 195 100 188 -
CMYK 0 0.49 0.04 0.24
HSL 304.42º 0.44% 0.58% -
HSV(B) 304.42º 0.49% 0.76% -
XYZ 36.14 24.35 50.37 -
YUV 138.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 195 100 188 0 0.49 0.04 0.24 304.42 0.44 0.58
Hex C3 64 BC 0 31 4 18 130 2C 3A
Octal 303 144 274 0 61 4 30 460 54 72
Binary 11000011 1100100 10111100 0 110001 100 11000 100110000 101100 111010

Color Harmonies of #C364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364BC

Black with #C364BC

Text Example


Text Example

White with #C364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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