Html Css Color HEX #C362B0 Fuchsia

📋 copy color: '#C362B0'

red 195 ◦ green 98 ◦ blue 176

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

Shades of Fuchsia #C362B0

Tints of Fuchsia #C362B0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 41.58%
G = 20.9%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C362B0 (or 0xC362B0) is known color: Fuchsia. HEX triplet: C3, 62 and B0. RGB value is (195,98,176). Sum of RGB (Red+Green+Blue) = 195+98+176=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C362B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362B0 is #3C9D4F. Grayscale: #878787. Windows color (decimal): -3972432 or 11559619. OLE color: 11559619.

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

Color convert

RGB 195 98 176 -
CMYK 0 0.50 0.10 0.24
HSL 311.75º 0.45% 0.57% -
HSV(B) 311.75º 0.5% 0.76% -
XYZ 34.71 23.47 43.78 -
YUV 135.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 195 98 176 0 0.50 0.10 0.24 311.75 0.45 0.57
Hex C3 62 B0 0 32 A 18 138 2D 39
Octal 303 142 260 0 62 12 30 470 55 71
Binary 11000011 1100010 10110000 0 110010 1010 11000 100111000 101101 111001

Color Harmonies of #C362B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362B0

Black with #C362B0

Text Example


Text Example

White with #C362B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362B0; }

 p { color: rgb(195,98,176); }

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

background-color css

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

 a { background-color: rgb(195,98,176); }

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

border-color css

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

 span { border-color: rgb(195,98,176); }

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