Html Css Color HEX #C23DCE Fuchsia

📋 copy color: '#C23DCE'

red 194 ◦ green 61 ◦ blue 206

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

Shades of Fuchsia #C23DCE

Tints of Fuchsia #C23DCE

RGB

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

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

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

R = 42.08%
G = 13.23%
B = 44.69%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C23DCE (or 0xC23DCE) is known color: Fuchsia. HEX triplet: C2, 3D and CE. RGB value is (194,61,206). Sum of RGB (Red+Green+Blue) = 194+61+206=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #C23DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DCE is #3DC231. Grayscale: #747474. Windows color (decimal): -4047410 or 13516226. OLE color: 13516226.

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

Color convert

RGB 194 61 206 -
CMYK 0.06 0.70 0 0.19
HSL 295.03º 0.6% 0.52% -
HSV(B) 295.03º 0.7% 0.81% -
XYZ 35.06 19.26 60.26 -
YUV 117.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 194 61 206 0.06 0.70 0 0.19 295.03 0.6 0.52
Hex C2 3D CE 6 46 0 13 127 3C 34
Octal 302 75 316 6 106 0 23 447 74 64
Binary 11000010 111101 11001110 110 1000110 0 10011 100100111 111100 110100

Color Harmonies of #C23DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DCE

Black with #C23DCE

Text Example


Text Example

White with #C23DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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