Html Css Color HEX #C23DB9 Fuchsia

📋 copy color: '#C23DB9'

red 194 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #C23DB9

Tints of Fuchsia #C23DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 44.09%
G = 13.86%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C23DB9 (or 0xC23DB9) is known color: Fuchsia. HEX triplet: C2, 3D and B9. RGB value is (194,61,185). Sum of RGB (Red+Green+Blue) = 194+61+185=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DB9 is #3DC246. Grayscale: #727272. Windows color (decimal): -4047431 or 12139970. OLE color: 12139970.

HSL color Cylindrical-coordinate representation of color #C23DB9: hue angle of 304.06º 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 #C23DB9 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 185 -
CMYK 0 0.69 0.05 0.24
HSL 304.06º 0.52% 0.5% -
HSV(B) 304.06º 0.69% 0.76% -
XYZ 32.67 18.31 47.71 -
YUV 114.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 194 61 185 0 0.69 0.05 0.24 304.06 0.52 0.5
Hex C2 3D B9 0 45 5 18 130 34 32
Octal 302 75 271 0 105 5 30 460 64 62
Binary 11000010 111101 10111001 0 1000101 101 11000 100110000 110100 110010

Color Harmonies of #C23DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DB9

Black with #C23DB9

Text Example


Text Example

White with #C23DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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