Html Css Color HEX #C23DCD Fuchsia

📋 copy color: '#C23DCD'

red 194 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #C23DCD

Tints of Fuchsia #C23DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 42.17%
G = 13.26%
B = 44.57%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C23DCD (or 0xC23DCD) is known color: Fuchsia. HEX triplet: C2, 3D and CD. RGB value is (194,61,205). Sum of RGB (Red+Green+Blue) = 194+61+205=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C23DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DCD is #3DC232. Grayscale: #747474. Windows color (decimal): -4047411 or 13450690. OLE color: 13450690.

HSL color Cylindrical-coordinate representation of color #C23DCD: hue angle of 295.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23DCD is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 61 205 -
CMYK 0.05 0.70 0 0.20
HSL 295.42º 0.59% 0.52% -
HSV(B) 295.42º 0.7% 0.8% -
XYZ 34.94 19.21 59.63 -
YUV 117.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 194 61 205 0.05 0.70 0 0.20 295.42 0.59 0.52
Hex C2 3D CD 5 46 0 14 127 3B 34
Octal 302 75 315 5 106 0 24 447 73 64
Binary 11000010 111101 11001101 101 1000110 0 10100 100100111 111011 110100

Color Harmonies of #C23DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DCD

Black with #C23DCD

Text Example


Text Example

White with #C23DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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