Html Css Color HEX #C238AD Fuchsia

📋 copy color: '#C238AD'

red 194 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #C238AD

Tints of Fuchsia #C238AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 45.86%
G = 13.24%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C238AD (or 0xC238AD) is known color: Fuchsia. HEX triplet: C2, 38 and AD. RGB value is (194,56,173). Sum of RGB (Red+Green+Blue) = 194+56+173=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C238AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238AD is #3DC752. Grayscale: #6E6E6E. Windows color (decimal): -4048723 or 11352258. OLE color: 11352258.

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

Color convert

RGB 194 56 173 -
CMYK 0 0.71 0.11 0.24
HSL 309.13º 0.55% 0.49% -
HSV(B) 309.13º 0.71% 0.76% -
XYZ 31.21 17.31 41.23 -
YUV 110.6 163.22 187.49 -
System Red Green Blue C M Y K H S L
Decimal 194 56 173 0 0.71 0.11 0.24 309.13 0.55 0.49
Hex C2 38 AD 0 47 B 18 135 37 31
Octal 302 70 255 0 107 13 30 465 67 61
Binary 11000010 111000 10101101 0 1000111 1011 11000 100110101 110111 110001

Color Harmonies of #C238AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238AD

Black with #C238AD

Text Example


Text Example

White with #C238AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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