Html Css Color HEX #C231CE Fuchsia

📋 copy color: '#C231CE'

red 194 ◦ green 49 ◦ blue 206

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

Shades of Fuchsia #C231CE

Tints of Fuchsia #C231CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.91%

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

R = 43.21%
G = 10.91%
B = 45.88%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C231CE (or 0xC231CE) is known color: Fuchsia. HEX triplet: C2, 31 and CE. RGB value is (194,49,206). Sum of RGB (Red+Green+Blue) = 194+49+206=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C231CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231CE is #3DCE31. Grayscale: #6D6D6D. Windows color (decimal): -4050482 or 13513154. OLE color: 13513154.

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

Color convert

RGB 194 49 206 -
CMYK 0.06 0.76 0 0.19
HSL 295.41º 0.62% 0.5% -
HSV(B) 295.41º 0.76% 0.81% -
XYZ 34.49 18.12 60.07 -
YUV 110.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 194 49 206 0.06 0.76 0 0.19 295.41 0.62 0.5
Hex C2 31 CE 6 4C 0 13 127 3E 32
Octal 302 61 316 6 114 0 23 447 76 62
Binary 11000010 110001 11001110 110 1001100 0 10011 100100111 111110 110010

Color Harmonies of #C231CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231CE

Black with #C231CE

Text Example


Text Example

White with #C231CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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