Html Css Color HEX #C230C0 Fuchsia

📋 copy color: '#C230C0'

red 194 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #C230C0

Tints of Fuchsia #C230C0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 44.7%
G = 11.06%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C230C0 (or 0xC230C0) is known color: Fuchsia. HEX triplet: C2, 30 and C0. RGB value is (194,48,192). Sum of RGB (Red+Green+Blue) = 194+48+192=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C230C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230C0 is #3DCF3F. Grayscale: #6B6B6B. Windows color (decimal): -4050752 or 12595394. OLE color: 12595394.

HSL color Cylindrical-coordinate representation of color #C230C0: hue angle of 300.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230C0 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 192 -
CMYK 0 0.75 0.01 0.24
HSL 300.82º 0.6% 0.47% -
HSV(B) 300.82º 0.75% 0.76% -
XYZ 32.82 17.39 51.5 -
YUV 108.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 194 48 192 0 0.75 0.01 0.24 300.82 0.6 0.47
Hex C2 30 C0 0 4B 1 18 12D 3C 2F
Octal 302 60 300 0 113 1 30 455 74 57
Binary 11000010 110000 11000000 0 1001011 1 11000 100101101 111100 101111

Color Harmonies of #C230C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230C0

Black with #C230C0

Text Example


Text Example

White with #C230C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230C0; }

 p { color: rgb(194,48,192); }

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

background-color css

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

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

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

border-color css

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

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

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