Html Css Color HEX #C23DAE Fuchsia

📋 copy color: '#C23DAE'

red 194 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #C23DAE

Tints of Fuchsia #C23DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.22%

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

R = 45.22%
G = 14.22%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C23DAE (or 0xC23DAE) is known color: Fuchsia. HEX triplet: C2, 3D and AE. RGB value is (194,61,174). Sum of RGB (Red+Green+Blue) = 194+61+174=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DAE is #3DC251. Grayscale: #717171. Windows color (decimal): -4047442 or 11419074. OLE color: 11419074.

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

Color convert

RGB 194 61 174 -
CMYK 0 0.69 0.10 0.24
HSL 309.02º 0.52% 0.5% -
HSV(B) 309.02º 0.69% 0.76% -
XYZ 31.56 17.86 41.83 -
YUV 113.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 194 61 174 0 0.69 0.10 0.24 309.02 0.52 0.5
Hex C2 3D AE 0 45 A 18 135 34 32
Octal 302 75 256 0 105 12 30 465 64 62
Binary 11000010 111101 10101110 0 1000101 1010 11000 100110101 110100 110010

Color Harmonies of #C23DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DAE

Black with #C23DAE

Text Example


Text Example

White with #C23DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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