Html Css Color HEX #C360B4 Fuchsia

📋 copy color: '#C360B4'

red 195 ◦ green 96 ◦ blue 180

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

Shades of Fuchsia #C360B4

Tints of Fuchsia #C360B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 41.4%
G = 20.38%
B = 38.22%

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

#C360B4 (or 0xC360B4) is known color: Fuchsia. HEX triplet: C3, 60 and B4. RGB value is (195,96,180). Sum of RGB (Red+Green+Blue) = 195+96+180=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360B4 is #3C9F4B. Grayscale: #868686. Windows color (decimal): -3972940 or 11821251. OLE color: 11821251.

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

Color convert

RGB 195 96 180 -
CMYK 0 0.51 0.08 0.24
HSL 309.09º 0.45% 0.57% -
HSV(B) 309.09º 0.51% 0.76% -
XYZ 34.93 23.26 45.83 -
YUV 135.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 195 96 180 0 0.51 0.08 0.24 309.09 0.45 0.57
Hex C3 60 B4 0 33 8 18 135 2D 39
Octal 303 140 264 0 63 10 30 465 55 71
Binary 11000011 1100000 10110100 0 110011 1000 11000 100110101 101101 111001

Color Harmonies of #C360B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360B4

Black with #C360B4

Text Example


Text Example

White with #C360B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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