Html Css Color HEX #C360BD Fuchsia

📋 copy color: '#C360BD'

red 195 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #C360BD

Tints of Fuchsia #C360BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.38%

R = 40.63%
G = 20%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C360BD (or 0xC360BD) is known color: Fuchsia. HEX triplet: C3, 60 and BD. RGB value is (195,96,189). Sum of RGB (Red+Green+Blue) = 195+96+189=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BD is #3C9F42. Grayscale: #878787. Windows color (decimal): -3972931 or 12411075. OLE color: 12411075.

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

Color convert

RGB 195 96 189 -
CMYK 0 0.51 0.03 0.24
HSL 303.64º 0.45% 0.57% -
HSV(B) 303.64º 0.51% 0.76% -
XYZ 35.87 23.64 50.82 -
YUV 136.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 195 96 189 0 0.51 0.03 0.24 303.64 0.45 0.57
Hex C3 60 BD 0 33 3 18 130 2D 39
Octal 303 140 275 0 63 3 30 460 55 71
Binary 11000011 1100000 10111101 0 110011 11 11000 100110000 101101 111001

Color Harmonies of #C360BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360BD

Black with #C360BD

Text Example


Text Example

White with #C360BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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