Html Css Color HEX #C362BD Fuchsia

📋 copy color: '#C362BD'

red 195 ◦ green 98 ◦ blue 189

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

Shades of Fuchsia #C362BD

Tints of Fuchsia #C362BD

RGB

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

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

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

R = 40.46%
G = 20.33%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C362BD (or 0xC362BD) is known color: Fuchsia. HEX triplet: C3, 62 and BD. RGB value is (195,98,189). Sum of RGB (Red+Green+Blue) = 195+98+189=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C362BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362BD is #3C9D42. Grayscale: #898989. Windows color (decimal): -3972419 or 12411587. OLE color: 12411587.

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

Color convert

RGB 195 98 189 -
CMYK 0 0.50 0.03 0.24
HSL 303.71º 0.45% 0.57% -
HSV(B) 303.71º 0.5% 0.76% -
XYZ 36.06 24.01 50.88 -
YUV 137.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 195 98 189 0 0.50 0.03 0.24 303.71 0.45 0.57
Hex C3 62 BD 0 32 3 18 130 2D 39
Octal 303 142 275 0 62 3 30 460 55 71
Binary 11000011 1100010 10111101 0 110010 11 11000 100110000 101101 111001

Color Harmonies of #C362BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362BD

Black with #C362BD

Text Example


Text Example

White with #C362BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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