Html Css Color HEX #C360C5 Fuchsia

📋 copy color: '#C360C5'

red 195 ◦ green 96 ◦ blue 197

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

Shades of Fuchsia #C360C5

Tints of Fuchsia #C360C5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

 BLUE value IS 197 (77.34% from 255) = 40.37%

R = 39.96%
G = 19.67%
B = 40.37%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C360C5 (or 0xC360C5) is known color: Fuchsia. HEX triplet: C3, 60 and C5. RGB value is (195,96,197). Sum of RGB (Red+Green+Blue) = 195+96+197=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #C360C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360C5 is #3C9F3A. Grayscale: #888888. Windows color (decimal): -3972923 or 12935363. OLE color: 12935363.

HSL color Cylindrical-coordinate representation of color #C360C5: hue angle of 298.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360C5 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 96 197 -
CMYK 0.01 0.51 0 0.23
HSL 298.81º 0.47% 0.57% -
HSV(B) 298.81º 0.51% 0.77% -
XYZ 36.77 24 55.52 -
YUV 137.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 195 96 197 0.01 0.51 0 0.23 298.81 0.47 0.57
Hex C3 60 C5 1 33 0 17 12B 2F 39
Octal 303 140 305 1 63 0 27 453 57 71
Binary 11000011 1100000 11000101 1 110011 0 10111 100101011 101111 111001

Color Harmonies of #C360C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360C5

Black with #C360C5

Text Example


Text Example

White with #C360C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360C5; }

 p { color: rgb(195,96,197); }

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

background-color css

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

 a { background-color: rgb(195,96,197); }

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

border-color css

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

 span { border-color: rgb(195,96,197); }

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