Html Css Color HEX #C238AE Fuchsia

📋 copy color: '#C238AE'

red 194 ◦ green 56 ◦ blue 174

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

Shades of Fuchsia #C238AE

Tints of Fuchsia #C238AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 45.75%
G = 13.21%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C238AE (or 0xC238AE) is known color: Fuchsia. HEX triplet: C2, 38 and AE. RGB value is (194,56,174). Sum of RGB (Red+Green+Blue) = 194+56+174=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C238AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238AE is #3DC751. Grayscale: #6E6E6E. Windows color (decimal): -4048722 or 11417794. OLE color: 11417794.

HSL color Cylindrical-coordinate representation of color #C238AE: hue angle of 308.7º 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 #C238AE is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 174 -
CMYK 0 0.71 0.10 0.24
HSL 308.7º 0.55% 0.49% -
HSV(B) 308.7º 0.71% 0.76% -
XYZ 31.3 17.35 41.74 -
YUV 110.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 194 56 174 0 0.71 0.10 0.24 308.7 0.55 0.49
Hex C2 38 AE 0 47 A 18 135 37 31
Octal 302 70 256 0 107 12 30 465 67 61
Binary 11000010 111000 10101110 0 1000111 1010 11000 100110101 110111 110001

Color Harmonies of #C238AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238AE

Black with #C238AE

Text Example


Text Example

White with #C238AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238AE; }

 p { color: rgb(194,56,174); }

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

background-color css

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

 a { background-color: rgb(194,56,174); }

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

border-color css

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

 span { border-color: rgb(194,56,174); }

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