Html Css Color HEX #C23FCC Fuchsia

📋 copy color: '#C23FCC'

red 194 ◦ green 63 ◦ blue 204

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

Shades of Fuchsia #C23FCC

Tints of Fuchsia #C23FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 42.08%
G = 13.67%
B = 44.25%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C23FCC (or 0xC23FCC) is known color: Fuchsia. HEX triplet: C2, 3F and CC. RGB value is (194,63,204). Sum of RGB (Red+Green+Blue) = 194+63+204=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FCC is #3DC033. Grayscale: #757575. Windows color (decimal): -4046900 or 13385666. OLE color: 13385666.

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

Color convert

RGB 194 63 204 -
CMYK 0.05 0.69 0 0.2
HSL 295.74º 0.58% 0.52% -
HSV(B) 295.74º 0.69% 0.8% -
XYZ 34.92 19.38 59.03 -
YUV 118.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 194 63 204 0.05 0.69 0 0.2 295.74 0.58 0.52
Hex C2 3F CC 5 45 0 14 128 3A 34
Octal 302 77 314 5 105 0 24 450 72 64
Binary 11000010 111111 11001100 101 1000101 0 10100 100101000 111010 110100

Color Harmonies of #C23FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FCC

Black with #C23FCC

Text Example


Text Example

White with #C23FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FCC; }

 p { color: rgb(194,63,204); }

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

background-color css

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

 a { background-color: rgb(194,63,204); }

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

border-color css

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

 span { border-color: rgb(194,63,204); }

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