Html Css Color HEX #C239BD Fuchsia

📋 copy color: '#C239BD'

red 194 ◦ green 57 ◦ blue 189

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

Shades of Fuchsia #C239BD

Tints of Fuchsia #C239BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 44.09%
G = 12.95%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C239BD (or 0xC239BD) is known color: Fuchsia. HEX triplet: C2, 39 and BD. RGB value is (194,57,189). Sum of RGB (Red+Green+Blue) = 194+57+189=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C239BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239BD is #3DC642. Grayscale: #707070. Windows color (decimal): -4048451 or 12401090. OLE color: 12401090.

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

Color convert

RGB 194 57 189 -
CMYK 0 0.71 0.03 0.24
HSL 302.19º 0.55% 0.49% -
HSV(B) 302.19º 0.71% 0.76% -
XYZ 32.9 18.07 49.9 -
YUV 113.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 194 57 189 0 0.71 0.03 0.24 302.19 0.55 0.49
Hex C2 39 BD 0 47 3 18 12E 37 31
Octal 302 71 275 0 107 3 30 456 67 61
Binary 11000010 111001 10111101 0 1000111 11 11000 100101110 110111 110001

Color Harmonies of #C239BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239BD

Black with #C239BD

Text Example


Text Example

White with #C239BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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