Html Css Color HEX #C23DC2 Fuchsia

📋 copy color: '#C23DC2'

red 194 ◦ green 61 ◦ blue 194

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

Shades of Fuchsia #C23DC2

Tints of Fuchsia #C23DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 43.21%
G = 13.59%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C23DC2 (or 0xC23DC2) is known color: Fuchsia. HEX triplet: C2, 3D and C2. RGB value is (194,61,194). Sum of RGB (Red+Green+Blue) = 194+61+194=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C23DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DC2 is #3DC23D. Grayscale: #737373. Windows color (decimal): -4047422 or 12729794. OLE color: 12729794.

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

Color convert

RGB 194 61 194 -
CMYK 0 0.69 0 0.24
HSL 300º 0.52% 0.5% -
HSV(B) 300º 0.69% 0.76% -
XYZ 33.65 18.7 52.87 -
YUV 115.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 194 61 194 0 0.69 0 0.24 300 0.52 0.5
Hex C2 3D C2 0 45 0 18 12C 34 32
Octal 302 75 302 0 105 0 30 454 64 62
Binary 11000010 111101 11000010 0 1000101 0 11000 100101100 110100 110010

Color Harmonies of #C23DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DC2

Black with #C23DC2

Text Example


Text Example

White with #C23DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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