Html Css Color HEX #C23BCB Fuchsia

📋 copy color: '#C23BCB'

red 194 ◦ green 59 ◦ blue 203

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

Shades of Fuchsia #C23BCB

Tints of Fuchsia #C23BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 42.54%
G = 12.94%
B = 44.52%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C23BCB (or 0xC23BCB) is known color: Fuchsia. HEX triplet: C2, 3B and CB. RGB value is (194,59,203). Sum of RGB (Red+Green+Blue) = 194+59+203=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #C23BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BCB is #3DC434. Grayscale: #737373. Windows color (decimal): -4047925 or 13319106. OLE color: 13319106.

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

Color convert

RGB 194 59 203 -
CMYK 0.04 0.71 0 0.20
HSL 296.25º 0.58% 0.51% -
HSV(B) 296.25º 0.71% 0.8% -
XYZ 34.59 18.91 58.33 -
YUV 115.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 194 59 203 0.04 0.71 0 0.20 296.25 0.58 0.51
Hex C2 3B CB 4 47 0 14 128 3A 33
Octal 302 73 313 4 107 0 24 450 72 63
Binary 11000010 111011 11001011 100 1000111 0 10100 100101000 111010 110011

Color Harmonies of #C23BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BCB

Black with #C23BCB

Text Example


Text Example

White with #C23BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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