Html Css Color HEX #C23ACD Fuchsia

📋 copy color: '#C23ACD'

red 194 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #C23ACD

Tints of Fuchsia #C23ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 42.45%
G = 12.69%
B = 44.86%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C23ACD (or 0xC23ACD) is known color: Fuchsia. HEX triplet: C2, 3A and CD. RGB value is (194,58,205). Sum of RGB (Red+Green+Blue) = 194+58+205=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C23ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACD is #3DC532. Grayscale: #727272. Windows color (decimal): -4048179 or 13449922. OLE color: 13449922.

HSL color Cylindrical-coordinate representation of color #C23ACD: hue angle of 295.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23ACD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 58 205 -
CMYK 0.05 0.72 0 0.20
HSL 295.51º 0.6% 0.52% -
HSV(B) 295.51º 0.72% 0.8% -
XYZ 34.78 18.9 59.57 -
YUV 115.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 194 58 205 0.05 0.72 0 0.20 295.51 0.6 0.52
Hex C2 3A CD 5 48 0 14 128 3C 34
Octal 302 72 315 5 110 0 24 450 74 64
Binary 11000010 111010 11001101 101 1001000 0 10100 100101000 111100 110100

Color Harmonies of #C23ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ACD

Black with #C23ACD

Text Example


Text Example

White with #C23ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ACD; }

 p { color: rgb(194,58,205); }

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

background-color css

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

 a { background-color: rgb(194,58,205); }

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

border-color css

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

 span { border-color: rgb(194,58,205); }

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