Html Css Color HEX #C23BCA Fuchsia

📋 copy color: '#C23BCA'

red 194 ◦ green 59 ◦ blue 202

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

Shades of Fuchsia #C23BCA

Tints of Fuchsia #C23BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 42.64%
G = 12.97%
B = 44.4%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C23BCA (or 0xC23BCA) is known color: Fuchsia. HEX triplet: C2, 3B and CA. RGB value is (194,59,202). Sum of RGB (Red+Green+Blue) = 194+59+202=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #C23BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BCA is #3DC435. Grayscale: #737373. Windows color (decimal): -4047926 or 13253570. OLE color: 13253570.

HSL color Cylindrical-coordinate representation of color #C23BCA: hue angle of 296.64º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23BCA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 59 202 -
CMYK 0.04 0.71 0 0.21
HSL 296.64º 0.57% 0.51% -
HSV(B) 296.64º 0.71% 0.79% -
XYZ 34.47 18.86 57.7 -
YUV 115.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 194 59 202 0.04 0.71 0 0.21 296.64 0.57 0.51
Hex C2 3B CA 4 47 0 15 129 39 33
Octal 302 73 312 4 107 0 25 451 71 63
Binary 11000010 111011 11001010 100 1000111 0 10101 100101001 111001 110011

Color Harmonies of #C23BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BCA

Black with #C23BCA

Text Example


Text Example

White with #C23BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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