Html Css Color HEX #C23CAA Fuchsia

📋 copy color: '#C23CAA'

red 194 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #C23CAA

Tints of Fuchsia #C23CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.15%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 45.75%
G = 14.15%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C23CAA (or 0xC23CAA) is known color: Fuchsia. HEX triplet: C2, 3C and AA. RGB value is (194,60,170). Sum of RGB (Red+Green+Blue) = 194+60+170=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CAA is #3DC355. Grayscale: #707070. Windows color (decimal): -4047702 or 11156674. OLE color: 11156674.

HSL color Cylindrical-coordinate representation of color #C23CAA: hue angle of 310.75º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CAA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 170 -
CMYK 0 0.69 0.12 0.24
HSL 310.75º 0.53% 0.5% -
HSV(B) 310.75º 0.69% 0.76% -
XYZ 31.12 17.6 39.79 -
YUV 112.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 194 60 170 0 0.69 0.12 0.24 310.75 0.53 0.5
Hex C2 3C AA 0 45 C 18 137 35 32
Octal 302 74 252 0 105 14 30 467 65 62
Binary 11000010 111100 10101010 0 1000101 1100 11000 100110111 110101 110010

Color Harmonies of #C23CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CAA

Black with #C23CAA

Text Example


Text Example

White with #C23CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CAA; }

 p { color: rgb(194,60,170); }

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

background-color css

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

 a { background-color: rgb(194,60,170); }

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

border-color css

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

 span { border-color: rgb(194,60,170); }

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