Html Css Color HEX #C237CE Fuchsia

📋 copy color: '#C237CE'

red 194 ◦ green 55 ◦ blue 206

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

Shades of Fuchsia #C237CE

Tints of Fuchsia #C237CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.09%

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

R = 42.64%
G = 12.09%
B = 45.27%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C237CE (or 0xC237CE) is known color: Fuchsia. HEX triplet: C2, 37 and CE. RGB value is (194,55,206). Sum of RGB (Red+Green+Blue) = 194+55+206=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C237CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237CE is #3DC831. Grayscale: #717171. Windows color (decimal): -4048946 or 13514690. OLE color: 13514690.

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

Color convert

RGB 194 55 206 -
CMYK 0.06 0.73 0 0.19
HSL 295.23º 0.61% 0.51% -
HSV(B) 295.23º 0.73% 0.81% -
XYZ 34.75 18.66 60.16 -
YUV 113.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 194 55 206 0.06 0.73 0 0.19 295.23 0.61 0.51
Hex C2 37 CE 6 49 0 13 127 3D 33
Octal 302 67 316 6 111 0 23 447 75 63
Binary 11000010 110111 11001110 110 1001001 0 10011 100100111 111101 110011

Color Harmonies of #C237CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237CE

Black with #C237CE

Text Example


Text Example

White with #C237CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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