Html Css Color HEX #C365B6 Fuchsia

📋 copy color: '#C365B6'

red 195 ◦ green 101 ◦ blue 182

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

Shades of Fuchsia #C365B6

Tints of Fuchsia #C365B6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 40.79%
G = 21.13%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C365B6 (or 0xC365B6) is known color: Fuchsia. HEX triplet: C3, 65 and B6. RGB value is (195,101,182). Sum of RGB (Red+Green+Blue) = 195+101+182=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C365B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365B6 is #3C9A49. Grayscale: #8A8A8A. Windows color (decimal): -3971658 or 11953603. OLE color: 11953603.

HSL color Cylindrical-coordinate representation of color #C365B6: hue angle of 308.3º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365B6 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 101 182 -
CMYK 0 0.48 0.07 0.24
HSL 308.3º 0.44% 0.58% -
HSV(B) 308.3º 0.48% 0.76% -
XYZ 35.6 24.29 47.07 -
YUV 138.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 195 101 182 0 0.48 0.07 0.24 308.3 0.44 0.58
Hex C3 65 B6 0 30 7 18 134 2C 3A
Octal 303 145 266 0 60 7 30 464 54 72
Binary 11000011 1100101 10110110 0 110000 111 11000 100110100 101100 111010

Color Harmonies of #C365B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365B6

Black with #C365B6

Text Example


Text Example

White with #C365B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365B6; }

 p { color: rgb(195,101,182); }

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

background-color css

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

 a { background-color: rgb(195,101,182); }

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

border-color css

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

 span { border-color: rgb(195,101,182); }

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