Html Css Color HEX #C23DC6 Fuchsia

📋 copy color: '#C23DC6'

red 194 ◦ green 61 ◦ blue 198

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

Shades of Fuchsia #C23DC6

Tints of Fuchsia #C23DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 42.83%
G = 13.47%
B = 43.71%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C23DC6 (or 0xC23DC6) is known color: Fuchsia. HEX triplet: C2, 3D and C6. RGB value is (194,61,198). Sum of RGB (Red+Green+Blue) = 194+61+198=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #C23DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DC6 is #3DC239. Grayscale: #737373. Windows color (decimal): -4047418 or 12991938. OLE color: 12991938.

HSL color Cylindrical-coordinate representation of color #C23DC6: hue angle of 298.25º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23DC6 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 61 198 -
CMYK 0.02 0.69 0 0.22
HSL 298.25º 0.55% 0.51% -
HSV(B) 298.25º 0.69% 0.78% -
XYZ 34.11 18.88 55.27 -
YUV 116.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 194 61 198 0.02 0.69 0 0.22 298.25 0.55 0.51
Hex C2 3D C6 2 45 0 16 12A 37 33
Octal 302 75 306 2 105 0 26 452 67 63
Binary 11000010 111101 11000110 10 1000101 0 10110 100101010 110111 110011

Color Harmonies of #C23DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DC6

Black with #C23DC6

Text Example


Text Example

White with #C23DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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