Html Css Color HEX #C36EC2 Fuchsia

📋 copy color: '#C36EC2'

red 195 ◦ green 110 ◦ blue 194

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

Shades of Fuchsia #C36EC2

Tints of Fuchsia #C36EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.04%

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

R = 39.08%
G = 22.04%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C36EC2 (or 0xC36EC2) is known color: Fuchsia. HEX triplet: C3, 6E and C2. RGB value is (195,110,194). Sum of RGB (Red+Green+Blue) = 195+110+194=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C36EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EC2 is #3C913D. Grayscale: #909090. Windows color (decimal): -3969342 or 12742339. OLE color: 12742339.

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

Color convert

RGB 195 110 194 -
CMYK 0 0.44 0.01 0.24
HSL 300.71º 0.41% 0.6% -
HSV(B) 300.71º 0.44% 0.76% -
XYZ 37.82 26.65 54.19 -
YUV 144.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 195 110 194 0 0.44 0.01 0.24 300.71 0.41 0.6
Hex C3 6E C2 0 2C 1 18 12D 29 3C
Octal 303 156 302 0 54 1 30 455 51 74
Binary 11000011 1101110 11000010 0 101100 1 11000 100101101 101001 111100

Color Harmonies of #C36EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EC2

Black with #C36EC2

Text Example


Text Example

White with #C36EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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