Html Css Color HEX #C23CCD Fuchsia

📋 copy color: '#C23CCD'

red 194 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #C23CCD

Tints of Fuchsia #C23CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.07%

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

R = 42.27%
G = 13.07%
B = 44.66%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C23CCD (or 0xC23CCD) is known color: Fuchsia. HEX triplet: C2, 3C and CD. RGB value is (194,60,205). Sum of RGB (Red+Green+Blue) = 194+60+205=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C23CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CCD is #3DC332. Grayscale: #747474. Windows color (decimal): -4047667 or 13450434. OLE color: 13450434.

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

Color convert

RGB 194 60 205 -
CMYK 0.05 0.71 0 0.20
HSL 295.45º 0.59% 0.52% -
HSV(B) 295.45º 0.71% 0.8% -
XYZ 34.88 19.11 59.61 -
YUV 116.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 194 60 205 0.05 0.71 0 0.20 295.45 0.59 0.52
Hex C2 3C CD 5 47 0 14 127 3B 34
Octal 302 74 315 5 107 0 24 447 73 64
Binary 11000010 111100 11001101 101 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C23CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CCD

Black with #C23CCD

Text Example


Text Example

White with #C23CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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