Html Css Color HEX #C230BE Fuchsia

📋 copy color: '#C230BE'

red 194 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #C230BE

Tints of Fuchsia #C230BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 44.91%
G = 11.11%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C230BE (or 0xC230BE) is known color: Fuchsia. HEX triplet: C2, 30 and BE. RGB value is (194,48,190). Sum of RGB (Red+Green+Blue) = 194+48+190=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C230BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230BE is #3DCF41. Grayscale: #6B6B6B. Windows color (decimal): -4050754 or 12464322. OLE color: 12464322.

HSL color Cylindrical-coordinate representation of color #C230BE: hue angle of 301.64º 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 #C230BE is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 190 -
CMYK 0 0.75 0.02 0.24
HSL 301.64º 0.6% 0.47% -
HSV(B) 301.64º 0.75% 0.76% -
XYZ 32.6 17.3 50.34 -
YUV 107.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 194 48 190 0 0.75 0.02 0.24 301.64 0.6 0.47
Hex C2 30 BE 0 4B 2 18 12E 3C 2F
Octal 302 60 276 0 113 2 30 456 74 57
Binary 11000010 110000 10111110 0 1001011 10 11000 100101110 111100 101111

Color Harmonies of #C230BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230BE

Black with #C230BE

Text Example


Text Example

White with #C230BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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