Html Css Color HEX #C230CE Fuchsia

📋 copy color: '#C230CE'

red 194 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #C230CE

Tints of Fuchsia #C230CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 43.3%
G = 10.71%
B = 45.98%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C230CE (or 0xC230CE) is known color: Fuchsia. HEX triplet: C2, 30 and CE. RGB value is (194,48,206). Sum of RGB (Red+Green+Blue) = 194+48+206=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C230CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230CE is #3DCF31. Grayscale: #6D6D6D. Windows color (decimal): -4050738 or 13512898. OLE color: 13512898.

HSL color Cylindrical-coordinate representation of color #C230CE: hue angle of 295.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C230CE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 48 206 -
CMYK 0.06 0.77 0 0.19
HSL 295.44º 0.62% 0.5% -
HSV(B) 295.44º 0.77% 0.81% -
XYZ 34.45 18.04 60.06 -
YUV 109.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 194 48 206 0.06 0.77 0 0.19 295.44 0.62 0.5
Hex C2 30 CE 6 4D 0 13 127 3E 32
Octal 302 60 316 6 115 0 23 447 76 62
Binary 11000010 110000 11001110 110 1001101 0 10011 100100111 111110 110010

Color Harmonies of #C230CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230CE

Black with #C230CE

Text Example


Text Example

White with #C230CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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