Html Css Color HEX #C23DBF Fuchsia

📋 copy color: '#C23DBF'

red 194 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #C23DBF

Tints of Fuchsia #C23DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.83%

R = 43.5%
G = 13.68%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C23DBF (or 0xC23DBF) is known color: Fuchsia. HEX triplet: C2, 3D and BF. RGB value is (194,61,191). Sum of RGB (Red+Green+Blue) = 194+61+191=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DBF is #3DC240. Grayscale: #737373. Windows color (decimal): -4047425 or 12533186. OLE color: 12533186.

HSL color Cylindrical-coordinate representation of color #C23DBF: hue angle of 301.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23DBF is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 191 -
CMYK 0 0.69 0.02 0.24
HSL 301.35º 0.52% 0.5% -
HSV(B) 301.35º 0.69% 0.76% -
XYZ 33.32 18.57 51.12 -
YUV 115.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 194 61 191 0 0.69 0.02 0.24 301.35 0.52 0.5
Hex C2 3D BF 0 45 2 18 12D 34 32
Octal 302 75 277 0 105 2 30 455 64 62
Binary 11000010 111101 10111111 0 1000101 10 11000 100101101 110100 110010

Color Harmonies of #C23DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DBF

Black with #C23DBF

Text Example


Text Example

White with #C23DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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