Html Css Color HEX #C362C2 Fuchsia

📋 copy color: '#C362C2'

red 195 ◦ green 98 ◦ blue 194

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

Shades of Fuchsia #C362C2

Tints of Fuchsia #C362C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 40.04%
G = 20.12%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C362C2 (or 0xC362C2) is known color: Fuchsia. HEX triplet: C3, 62 and C2. RGB value is (195,98,194). Sum of RGB (Red+Green+Blue) = 195+98+194=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C362C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362C2 is #3C9D3D. Grayscale: #898989. Windows color (decimal): -3972414 or 12739267. OLE color: 12739267.

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

Color convert

RGB 195 98 194 -
CMYK 0 0.50 0.01 0.24
HSL 300.62º 0.45% 0.57% -
HSV(B) 300.62º 0.5% 0.76% -
XYZ 36.61 24.23 53.79 -
YUV 137.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 195 98 194 0 0.50 0.01 0.24 300.62 0.45 0.57
Hex C3 62 C2 0 32 1 18 12D 2D 39
Octal 303 142 302 0 62 1 30 455 55 71
Binary 11000011 1100010 11000010 0 110010 1 11000 100101101 101101 111001

Color Harmonies of #C362C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362C2

Black with #C362C2

Text Example


Text Example

White with #C362C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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