Html Css Color HEX #C23CCE Fuchsia

📋 copy color: '#C23CCE'

red 194 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #C23CCE

Tints of Fuchsia #C23CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 42.17%
G = 13.04%
B = 44.78%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C23CCE (or 0xC23CCE) is known color: Fuchsia. HEX triplet: C2, 3C and CE. RGB value is (194,60,206). Sum of RGB (Red+Green+Blue) = 194+60+206=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #C23CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CCE is #3DC331. Grayscale: #747474. Windows color (decimal): -4047666 or 13515970. OLE color: 13515970.

HSL color Cylindrical-coordinate representation of color #C23CCE: hue angle of 295.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23CCE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 60 206 -
CMYK 0.06 0.71 0 0.19
HSL 295.07º 0.6% 0.52% -
HSV(B) 295.07º 0.71% 0.81% -
XYZ 35 19.16 60.25 -
YUV 116.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 194 60 206 0.06 0.71 0 0.19 295.07 0.6 0.52
Hex C2 3C CE 6 47 0 13 127 3C 34
Octal 302 74 316 6 107 0 23 447 74 64
Binary 11000010 111100 11001110 110 1000111 0 10011 100100111 111100 110100

Color Harmonies of #C23CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CCE

Black with #C23CCE

Text Example


Text Example

White with #C23CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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