Html Css Color HEX #C236CE Fuchsia

📋 copy color: '#C236CE'

red 194 ◦ green 54 ◦ blue 206

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

Shades of Fuchsia #C236CE

Tints of Fuchsia #C236CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 42.73%
G = 11.89%
B = 45.37%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C236CE (or 0xC236CE) is known color: Fuchsia. HEX triplet: C2, 36 and CE. RGB value is (194,54,206). Sum of RGB (Red+Green+Blue) = 194+54+206=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #C236CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236CE is #3DC931. Grayscale: #707070. Windows color (decimal): -4049202 or 13514434. OLE color: 13514434.

HSL color Cylindrical-coordinate representation of color #C236CE: hue angle of 295.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C236CE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 54 206 -
CMYK 0.06 0.74 0 0.19
HSL 295.26º 0.61% 0.51% -
HSV(B) 295.26º 0.74% 0.81% -
XYZ 34.71 18.56 60.15 -
YUV 113.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 194 54 206 0.06 0.74 0 0.19 295.26 0.61 0.51
Hex C2 36 CE 6 4A 0 13 127 3D 33
Octal 302 66 316 6 112 0 23 447 75 63
Binary 11000010 110110 11001110 110 1001010 0 10011 100100111 111101 110011

Color Harmonies of #C236CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236CE

Black with #C236CE

Text Example


Text Example

White with #C236CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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