Html Css Color HEX #C23FBE Fuchsia

📋 copy color: '#C23FBE'

red 194 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #C23FBE

Tints of Fuchsia #C23FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.09%

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 43.4%
G = 14.09%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C23FBE (or 0xC23FBE) is known color: Fuchsia. HEX triplet: C2, 3F and BE. RGB value is (194,63,190). Sum of RGB (Red+Green+Blue) = 194+63+190=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FBE is #3DC041. Grayscale: #747474. Windows color (decimal): -4046914 or 12468162. OLE color: 12468162.

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

Color convert

RGB 194 63 190 -
CMYK 0 0.68 0.02 0.24
HSL 301.83º 0.52% 0.5% -
HSV(B) 301.83º 0.68% 0.76% -
XYZ 33.32 18.74 50.58 -
YUV 116.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 194 63 190 0 0.68 0.02 0.24 301.83 0.52 0.5
Hex C2 3F BE 0 44 2 18 12E 34 32
Octal 302 77 276 0 104 2 30 456 64 62
Binary 11000010 111111 10111110 0 1000100 10 11000 100101110 110100 110010

Color Harmonies of #C23FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FBE

Black with #C23FBE

Text Example


Text Example

White with #C23FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FBE; }

 p { color: rgb(194,63,190); }

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

background-color css

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

 a { background-color: rgb(194,63,190); }

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

border-color css

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

 span { border-color: rgb(194,63,190); }

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