Html Css Color HEX #C232AD Fuchsia

📋 copy color: '#C232AD'

red 194 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #C232AD

Tints of Fuchsia #C232AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

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

R = 46.52%
G = 11.99%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C232AD (or 0xC232AD) is known color: Fuchsia. HEX triplet: C2, 32 and AD. RGB value is (194,50,173). Sum of RGB (Red+Green+Blue) = 194+50+173=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C232AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232AD is #3DCD52. Grayscale: #6A6A6A. Windows color (decimal): -4050259 or 11350722. OLE color: 11350722.

HSL color Cylindrical-coordinate representation of color #C232AD: hue angle of 308.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232AD is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 173 -
CMYK 0 0.74 0.11 0.24
HSL 308.75º 0.59% 0.48% -
HSV(B) 308.75º 0.74% 0.76% -
XYZ 30.93 16.77 41.14 -
YUV 107.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 194 50 173 0 0.74 0.11 0.24 308.75 0.59 0.48
Hex C2 32 AD 0 4A B 18 135 3B 30
Octal 302 62 255 0 112 13 30 465 73 60
Binary 11000010 110010 10101101 0 1001010 1011 11000 100110101 111011 110000

Color Harmonies of #C232AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232AD

Black with #C232AD

Text Example


Text Example

White with #C232AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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