Html Css Color HEX #C236C1 Fuchsia

📋 copy color: '#C236C1'

red 194 ◦ green 54 ◦ blue 193

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

Shades of Fuchsia #C236C1

Tints of Fuchsia #C236C1

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

 GREEN value IS 54 (21.48% from 255) = 12.24%

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 43.99%
G = 12.24%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C236C1 (or 0xC236C1) is known color: Fuchsia. HEX triplet: C2, 36 and C1. RGB value is (194,54,193). Sum of RGB (Red+Green+Blue) = 194+54+193=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C236C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236C1 is #3DC93E. Grayscale: #6F6F6F. Windows color (decimal): -4049215 or 12662466. OLE color: 12662466.

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

Color convert

RGB 194 54 193 -
CMYK 0 0.72 0.01 0.24
HSL 300.43º 0.56% 0.49% -
HSV(B) 300.43º 0.72% 0.76% -
XYZ 33.19 17.96 52.17 -
YUV 111.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 194 54 193 0 0.72 0.01 0.24 300.43 0.56 0.49
Hex C2 36 C1 0 48 1 18 12C 38 31
Octal 302 66 301 0 110 1 30 454 70 61
Binary 11000010 110110 11000001 0 1001000 1 11000 100101100 111000 110001

Color Harmonies of #C236C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236C1

Black with #C236C1

Text Example


Text Example

White with #C236C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236C1; }

 p { color: rgb(194,54,193); }

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

background-color css

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

 a { background-color: rgb(194,54,193); }

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

border-color css

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

 span { border-color: rgb(194,54,193); }

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