Html Css Color HEX #C23BCC Fuchsia

📋 copy color: '#C23BCC'

red 194 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #C23BCC

Tints of Fuchsia #C23BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

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

R = 42.45%
G = 12.91%
B = 44.64%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C23BCC (or 0xC23BCC) is known color: Fuchsia. HEX triplet: C2, 3B and CC. RGB value is (194,59,204). Sum of RGB (Red+Green+Blue) = 194+59+204=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BCC is #3DC433. Grayscale: #737373. Windows color (decimal): -4047924 or 13384642. OLE color: 13384642.

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

Color convert

RGB 194 59 204 -
CMYK 0.05 0.71 0 0.2
HSL 295.86º 0.59% 0.52% -
HSV(B) 295.86º 0.71% 0.8% -
XYZ 34.71 18.96 58.96 -
YUV 115.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 194 59 204 0.05 0.71 0 0.2 295.86 0.59 0.52
Hex C2 3B CC 5 47 0 14 128 3B 34
Octal 302 73 314 5 107 0 24 450 73 64
Binary 11000010 111011 11001100 101 1000111 0 10100 100101000 111011 110100

Color Harmonies of #C23BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BCC

Black with #C23BCC

Text Example


Text Example

White with #C23BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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