Html Css Color HEX #C239CA Fuchsia

📋 copy color: '#C239CA'

red 194 ◦ green 57 ◦ blue 202

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

Shades of Fuchsia #C239CA

Tints of Fuchsia #C239CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 42.83%
G = 12.58%
B = 44.59%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C239CA (or 0xC239CA) is known color: Fuchsia. HEX triplet: C2, 39 and CA. RGB value is (194,57,202). Sum of RGB (Red+Green+Blue) = 194+57+202=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #C239CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239CA is #3DC635. Grayscale: #727272. Windows color (decimal): -4048438 or 13253058. OLE color: 13253058.

HSL color Cylindrical-coordinate representation of color #C239CA: hue angle of 296.69º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C239CA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 57 202 -
CMYK 0.04 0.72 0 0.21
HSL 296.69º 0.58% 0.51% -
HSV(B) 296.69º 0.72% 0.79% -
XYZ 34.37 18.66 57.67 -
YUV 114.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 194 57 202 0.04 0.72 0 0.21 296.69 0.58 0.51
Hex C2 39 CA 4 48 0 15 129 3A 33
Octal 302 71 312 4 110 0 25 451 72 63
Binary 11000010 111001 11001010 100 1001000 0 10101 100101001 111010 110011

Color Harmonies of #C239CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239CA

Black with #C239CA

Text Example


Text Example

White with #C239CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239CA; }

 p { color: rgb(194,57,202); }

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

background-color css

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

 a { background-color: rgb(194,57,202); }

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

border-color css

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

 span { border-color: rgb(194,57,202); }

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