Html Css Color HEX #C038AD Fuchsia

📋 copy color: '#C038AD'

red 192 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #C038AD

Tints of Fuchsia #C038AD

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

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

R = 45.61%
G = 13.3%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C038AD (or 0xC038AD) is known color: Fuchsia. HEX triplet: C0, 38 and AD. RGB value is (192,56,173). Sum of RGB (Red+Green+Blue) = 192+56+173=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C038AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038AD is #3FC752. Grayscale: #6D6D6D. Windows color (decimal): -4179795 or 11352256. OLE color: 11352256.

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

Color convert

RGB 192 56 173 -
CMYK 0 0.71 0.10 0.25
HSL 308.38º 0.55% 0.49% -
HSV(B) 308.38º 0.71% 0.75% -
XYZ 30.7 17.05 41.21 -
YUV 110 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 192 56 173 0 0.71 0.10 0.25 308.38 0.55 0.49
Hex C0 38 AD 0 47 A 19 134 37 31
Octal 300 70 255 0 107 12 31 464 67 61
Binary 11000000 111000 10101101 0 1000111 1010 11001 100110100 110111 110001

Color Harmonies of #C038AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038AD

Black with #C038AD

Text Example


Text Example

White with #C038AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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