Html Css Color HEX #C364CC Fuchsia

📋 copy color: '#C364CC'

red 195 ◦ green 100 ◦ blue 204

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

Shades of Fuchsia #C364CC

Tints of Fuchsia #C364CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 39.08%
G = 20.04%
B = 40.88%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C364CC (or 0xC364CC) is known color: Fuchsia. HEX triplet: C3, 64 and CC. RGB value is (195,100,204). Sum of RGB (Red+Green+Blue) = 195+100+204=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C364CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364CC is #3C9B33. Grayscale: #8B8B8B. Windows color (decimal): -3971892 or 13395139. OLE color: 13395139.

HSL color Cylindrical-coordinate representation of color #C364CC: hue angle of 294.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C364CC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 100 204 -
CMYK 0.04 0.51 0 0.2
HSL 294.81º 0.5% 0.6% -
HSV(B) 294.81º 0.51% 0.8% -
XYZ 37.96 25.08 59.97 -
YUV 140.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 195 100 204 0.04 0.51 0 0.2 294.81 0.5 0.6
Hex C3 64 CC 4 33 0 14 127 32 3C
Octal 303 144 314 4 63 0 24 447 62 74
Binary 11000011 1100100 11001100 100 110011 0 10100 100100111 110010 111100

Color Harmonies of #C364CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364CC

Black with #C364CC

Text Example


Text Example

White with #C364CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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