Html Css Color HEX #C360B3 Fuchsia

📋 copy color: '#C360B3'

red 195 ◦ green 96 ◦ blue 179

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

Shades of Fuchsia #C360B3

Tints of Fuchsia #C360B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 41.49%
G = 20.43%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C360B3 (or 0xC360B3) is known color: Fuchsia. HEX triplet: C3, 60 and B3. RGB value is (195,96,179). Sum of RGB (Red+Green+Blue) = 195+96+179=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360B3 is #3C9F4C. Grayscale: #868686. Windows color (decimal): -3972941 or 11755715. OLE color: 11755715.

HSL color Cylindrical-coordinate representation of color #C360B3: hue angle of 309.7º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360B3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 179 -
CMYK 0 0.51 0.08 0.24
HSL 309.7º 0.45% 0.57% -
HSV(B) 309.7º 0.51% 0.76% -
XYZ 34.83 23.22 45.29 -
YUV 135.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 195 96 179 0 0.51 0.08 0.24 309.7 0.45 0.57
Hex C3 60 B3 0 33 8 18 136 2D 39
Octal 303 140 263 0 63 10 30 466 55 71
Binary 11000011 1100000 10110011 0 110011 1000 11000 100110110 101101 111001

Color Harmonies of #C360B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360B3

Black with #C360B3

Text Example


Text Example

White with #C360B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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