Html Css Color HEX #C23ECC Fuchsia

📋 copy color: '#C23ECC'

red 194 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #C23ECC

Tints of Fuchsia #C23ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.48%

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

R = 42.17%
G = 13.48%
B = 44.35%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C23ECC (or 0xC23ECC) is known color: Fuchsia. HEX triplet: C2, 3E and CC. RGB value is (194,62,204). Sum of RGB (Red+Green+Blue) = 194+62+204=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ECC is #3DC133. Grayscale: #757575. Windows color (decimal): -4047156 or 13385410. OLE color: 13385410.

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

Color convert

RGB 194 62 204 -
CMYK 0.05 0.70 0 0.2
HSL 295.77º 0.58% 0.52% -
HSV(B) 295.77º 0.7% 0.8% -
XYZ 34.87 19.27 59.01 -
YUV 117.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 194 62 204 0.05 0.70 0 0.2 295.77 0.58 0.52
Hex C2 3E CC 5 46 0 14 128 3A 34
Octal 302 76 314 5 106 0 24 450 72 64
Binary 11000010 111110 11001100 101 1000110 0 10100 100101000 111010 110100

Color Harmonies of #C23ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ECC

Black with #C23ECC

Text Example


Text Example

White with #C23ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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